#6796E8

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

Shades of Cornflower Blue #6796E8

Tints of Cornflower Blue #6796E8

Color information

#6796E8 (or 0x6796E8) is unknown color: approx Cornflower Blue. HEX triplet: 67, 96 and E8. RGB value is (103,150,232). Sum of RGB (Red+Green+Blue) = 103+150+232=485 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.24% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #6796E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6796E8 is #986917. Grayscale: #909090. Windows color (decimal): -9988376 or 15242855. OLE color: 15242855.

HSL color Cylindrical-coordinate representation of color #6796E8: hue angle of 218.14º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6796E8 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB103150232-
CMYK0.560.3500.09
HSL218.14º73.71%65.69%-
HSV(B)218.14º55.6%90.98%-
XYZ31.0730.5280.6-
YUV145.29176.9397.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.24%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 232 (91.02% from 255) = 47.84%
R=21.24%
G=30.93%
B=47.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1031502320.560.3500.09218.1473.7165.69
Hex6796E8382309da4a42
Octal1472263507043011332112102
Binary11001111001011011101000111000100011010011101101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6796E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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