#6FA0FA

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

Shades of Cornflower Blue #6FA0FA

Tints of Cornflower Blue #6FA0FA

Color information

#6FA0FA (or 0x6FA0FA) is unknown color: approx Cornflower Blue. HEX triplet: 6F, A0 and FA. RGB value is (111,160,250). Sum of RGB (Red+Green+Blue) = 111+160+250=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #6FA0FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA0FA is #905F05. Grayscale: #9B9B9B. Windows color (decimal): -9461510 or 16425071. OLE color: 16425071.

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

Color convert

RGB111160250-
CMYK0.560.3600.02
HSL218.85º93.29%70.78%-
HSV(B)218.85º55.6%98.04%-
XYZ36.3835.4295.36-
YUV155.61181.2796.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=21.31%
G=30.71%
B=47.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1111602500.560.3600.02218.8593.2970.78
Hex6FA0FA382402db5d47
Octal157240372704402333135107
Binary110111110100000111110101110001001000101101101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,160,250); }

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

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

 a { background-color: rgb(111,160,250); }

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

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

 span { border-color: rgb(111,160,250); }

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