#6FA5F9

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

Shades of Cornflower Blue #6FA5F9

Tints of Cornflower Blue #6FA5F9

Color information

#6FA5F9 (or 0x6FA5F9) is unknown color: approx Cornflower Blue. HEX triplet: 6F, A5 and F9. RGB value is (111,165,249). Sum of RGB (Red+Green+Blue) = 111+165+249=525 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.14% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #6FA5F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA5F9 is #905A06. Grayscale: #9E9E9E. Windows color (decimal): -9460231 or 16360815. OLE color: 16360815.

HSL color Cylindrical-coordinate representation of color #6FA5F9: hue angle of 216.52º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FA5F9 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB111165249-
CMYK0.550.3400.02
HSL216.52º92%70.59%-
HSV(B)216.52º55.42%97.65%-
XYZ37.1137.1394.83-
YUV158.43179.1194.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.14%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 249 (97.66% from 255) = 47.43%
R=21.14%
G=31.43%
B=47.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111652490.550.3400.02216.529270.59
Hex6FA5F9372202d95c47
Octal157245371674202331134107
Binary110111110100101111110011101111000100101101100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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