#6C94EC

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

Shades of Cornflower Blue #6C94EC

Tints of Cornflower Blue #6C94EC

Color information

#6C94EC (or 0x6C94EC) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 94 and EC. RGB value is (108,148,236). Sum of RGB (Red+Green+Blue) = 108+148+236=492 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.95% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C94EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C94EC is #936B13. Grayscale: #919191. Windows color (decimal): -9661204 or 15504492. OLE color: 15504492.

HSL color Cylindrical-coordinate representation of color #6C94EC: hue angle of 221.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C94EC is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108148236-
CMYK0.540.3700.07
HSL221.25º77.11%67.45%-
HSV(B)221.25º54.24%92.55%-
XYZ31.9130.4283.55-
YUV146.07178.75100.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.95%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 236 (92.58% from 255) = 47.97%
R=21.95%
G=30.08%
B=47.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081482360.540.3700.07221.2577.1167.45
Hex6C94EC362507dd4d43
Octal154224354664507335115103
Binary1101100100101001110110011011010010101111101110110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C94EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,148,236); }

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

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

 a { background-color: rgb(108,148,236); }

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

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

 span { border-color: rgb(108,148,236); }

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