#6CAAFB

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

Shades of Cornflower Blue #6CAAFB

Tints of Cornflower Blue #6CAAFB

Color information

#6CAAFB (or 0x6CAAFB) is unknown color: approx Cornflower Blue. HEX triplet: 6C, AA and FB. RGB value is (108,170,251). Sum of RGB (Red+Green+Blue) = 108+170+251=529 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.42% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CAAFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAAFB is #935504. Grayscale: #A0A0A0. Windows color (decimal): -9655557 or 16493164. OLE color: 16493164.

HSL color Cylindrical-coordinate representation of color #6CAAFB: hue angle of 213.99º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CAAFB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108170251-
CMYK0.570.3200.02
HSL213.99º94.7%70.39%-
HSV(B)213.99º56.97%98.43%-
XYZ37.9738.996.77-
YUV160.7178.9690.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.42%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 251 (98.44% from 255) = 47.45%
R=20.42%
G=32.14%
B=47.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081702510.570.3200.02213.9994.770.39
Hex6CAAFB392002d65f46
Octal154252373714002326137106
Binary110110010101010111110111110011000000101101011010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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