#6FA4F7

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

Shades of Cornflower Blue #6FA4F7

Tints of Cornflower Blue #6FA4F7

Color information

#6FA4F7 (or 0x6FA4F7) is unknown color: approx Cornflower Blue. HEX triplet: 6F, A4 and F7. RGB value is (111,164,247). Sum of RGB (Red+Green+Blue) = 111+164+247=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 247 (96.88% from 255 or 47.32% from 522); Max value from RGB is 247 - color contains mainly: blue. Hex color #6FA4F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA4F7 is #905B08. Grayscale: #9D9D9D. Windows color (decimal): -9460489 or 16229487. OLE color: 16229487.

HSL color Cylindrical-coordinate representation of color #6FA4F7: hue angle of 216.62º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FA4F7 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB111164247-
CMYK0.550.3400.03
HSL216.62º89.47%70.2%-
HSV(B)216.62º55.06%96.86%-
XYZ36.6236.6593.14-
YUV157.62178.4494.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.26%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 247 (96.88% from 255) = 47.32%
R=21.26%
G=31.42%
B=47.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1111642470.550.3400.03216.6289.4770.2
Hex6FA4F7372203d95946
Octal157244367674203331131106
Binary110111110100100111101111101111000100111101100110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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