#6CA2EB

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

Shades of Cornflower Blue #6CA2EB

Tints of Cornflower Blue #6CA2EB

Color information

#6CA2EB (or 0x6CA2EB) is unknown color: approx Cornflower Blue. HEX triplet: 6C, A2 and EB. RGB value is (108,162,235). Sum of RGB (Red+Green+Blue) = 108+162+235=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CA2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA2EB is #935D14. Grayscale: #999999. Windows color (decimal): -9657621 or 15442540. OLE color: 15442540.

HSL color Cylindrical-coordinate representation of color #6CA2EB: hue angle of 214.49º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CA2EB is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB108162235-
CMYK0.540.3100.08
HSL214.49º76.05%67.25%-
HSV(B)214.49º54.04%92.16%-
XYZ34.135.0383.56-
YUV154.18173.6195.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.39%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 235 (92.19% from 255) = 46.53%
R=21.39%
G=32.08%
B=46.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1081622350.540.3100.08214.4976.0567.25
Hex6CA2EB361F08d64c43
Octal1542423536637010326114103
Binary1101100101000101110101111011011111010001101011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,235); }

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

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

 a { background-color: rgb(108,162,235); }

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

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

 span { border-color: rgb(108,162,235); }

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