#6CAAFC

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

Shades of Cornflower Blue #6CAAFC

Tints of Cornflower Blue #6CAAFC

Color information

#6CAAFC (or 0x6CAAFC) is unknown color: approx Cornflower Blue. HEX triplet: 6C, AA and FC. RGB value is (108,170,252). Sum of RGB (Red+Green+Blue) = 108+170+252=530 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.38% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #6CAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAAFC is #935503. Grayscale: #A0A0A0. Windows color (decimal): -9655556 or 16558700. OLE color: 16558700.

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

Color convert

RGB108170252-
CMYK0.570.3300.01
HSL214.17º96%70.59%-
HSV(B)214.17º57.14%98.82%-
XYZ38.1338.9797.61-
YUV160.81179.4690.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.38%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=20.38%
G=32.08%
B=47.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1081702520.570.3300.01214.179670.59
Hex6CAAFC392101d66047
Octal154252374714101326140107
Binary11011001010101011111100111001100001011101011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,252); }

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

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

 a { background-color: rgb(108,170,252); }

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

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

 span { border-color: rgb(108,170,252); }

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