#6FA5EE

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

Shades of Jordy Blue #6FA5EE

Tints of Jordy Blue #6FA5EE

Color information

#6FA5EE (or 0x6FA5EE) is unknown color: approx Jordy Blue. HEX triplet: 6F, A5 and EE. RGB value is (111,165,238). Sum of RGB (Red+Green+Blue) = 111+165+238=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FA5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA5EE is #905A11. Grayscale: #9C9C9C. Windows color (decimal): -9460242 or 15639919. OLE color: 15639919.

HSL color Cylindrical-coordinate representation of color #6FA5EE: hue angle of 214.49º degrees, saturation: 0.79, 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 #6FA5EE is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111165238-
CMYK0.530.3100.07
HSL214.49º78.88%68.43%-
HSV(B)214.49º53.36%93.33%-
XYZ35.4436.4686.06-
YUV157.18173.6195.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.60%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 238 (93.36% from 255) = 46.30%
R=21.60%
G=32.10%
B=46.30%

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
Decimal1111652380.530.3100.07214.4978.8868.43
Hex6FA5EE351F07d64f44
Octal157245356653707326117104
Binary110111110100101111011101101011111101111101011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,165,238); }

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

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

 a { background-color: rgb(111,165,238); }

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

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

 span { border-color: rgb(111,165,238); }

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