#6fa4ec

Color #6FA4EC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6FA4EC

Tints of Jordy Blue #6FA4EC

Color information

#6FA4EC (or 0x6FA4EC) is unknown color: approx Jordy Blue. HEX triplet: 6F, A4 and EC. RGB value is (111,164,236). Sum of RGB (Red+Green+Blue) = 111+164+236=511 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.72% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FA4EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA4EC is #905B13. Grayscale: #9C9C9C. Windows color (decimal): -9460500 or 15508591. OLE color: 15508591.

HSL color Cylindrical-coordinate representation of color #6FA4EC: hue angle of 214.56º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FA4EC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111164236-
CMYK0.530.3100.07
HSL214.56º76.69%68.04%-
HSV(B)214.56º52.97%92.55%-
XYZ34.9735.9984.46-
YUV156.36172.9495.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 21.72%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=21.72%
G=32.09%
B=46.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111642360.530.3100.07214.5676.6968.04
Hex6FA4EC351F07d74d44
Octal157244354653707327115104
Binary110111110100100111011001101011111101111101011110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fa4ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6fa4ec; }

 p { color: rgb(111,164,236); }

 H1.HeaderClassName
 {
   color: #6fa4ec;
 }
 .AnyTagClassName
 {
   color: #6fa4ec;
 }
</style>
background-color css

<style>
 a { background-color: #6fa4ec; }

 a { background-color: rgb(111,164,236); }

 div.DivClassName
 {
   background-color: #6fa4ec;
 }
 .BgClassName
 {
   background-color: #6fa4ec;
 }
</style>
border-color css

<style>
 span { border-color: #6fa4ec; }

 span { border-color: rgb(111,164,236); }

 td.TdClassName
 {
   border-color: #6fa4ec;
 }
 .TagClassName
 {
   border-color: #6fa4ec;
 }
</style>