#6FA6FD

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

Shades of Cornflower Blue #6FA6FD

Tints of Cornflower Blue #6FA6FD

Color information

#6FA6FD (or 0x6FA6FD) is unknown color: approx Cornflower Blue. HEX triplet: 6F, A6 and FD. RGB value is (111,166,253). Sum of RGB (Red+Green+Blue) = 111+166+253=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FA6FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA6FD is #905902. Grayscale: #9F9F9F. Windows color (decimal): -9459971 or 16623215. OLE color: 16623215.

HSL color Cylindrical-coordinate representation of color #6FA6FD: hue angle of 216.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FA6FD is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB111166253-
CMYK0.560.3400.01
HSL216.76º97.26%71.37%-
HSV(B)216.76º56.13%99.22%-
XYZ37.9237.7498.22-
YUV159.47180.7893.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.94%
GREEN value IS 166 (65.23% from 255) = 31.32%
BLUE value IS 253 (99.22% from 255) = 47.74%
R=20.94%
G=31.32%
B=47.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1111662530.560.3400.01216.7697.2671.37
Hex6FA6FD382201d96147
Octal157246375704201331141107
Binary11011111010011011111101111000100010011101100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,166,253); }

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

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

 a { background-color: rgb(111,166,253); }

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

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

 span { border-color: rgb(111,166,253); }

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