#6796EC

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

Shades of Cornflower Blue #6796EC

Tints of Cornflower Blue #6796EC

Color information

#6796EC (or 0x6796EC) is unknown color: approx Cornflower Blue. HEX triplet: 67, 96 and EC. RGB value is (103,150,236). Sum of RGB (Red+Green+Blue) = 103+150+236=489 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.06% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #6796EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6796EC is #986913. Grayscale: #919191. Windows color (decimal): -9988372 or 15504999. OLE color: 15504999.

HSL color Cylindrical-coordinate representation of color #6796EC: hue angle of 218.8º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6796EC is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB103150236-
CMYK0.560.3600.07
HSL218.8º77.78%66.47%-
HSV(B)218.8º56.36%92.55%-
XYZ31.6430.7583.63-
YUV145.75178.9397.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.06%
GREEN value IS 150 (58.98% from 255) = 30.67%
BLUE value IS 236 (92.58% from 255) = 48.26%
R=21.06%
G=30.67%
B=48.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1031502360.560.3600.07218.877.7866.47
Hex6796EC382407db4e42
Octal147226354704407333116102
Binary1100111100101101110110011100010010001111101101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6796EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6796EC; }

 p { color: rgb(103,150,236); }

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

<style>
 a { background-color: #6796EC; }

 a { background-color: rgb(103,150,236); }

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

<style>
 span { border-color: #6796EC; }

 span { border-color: rgb(103,150,236); }

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