#6796DE

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

Shades of Cornflower Blue #6796DE

Tints of Cornflower Blue #6796DE

Color information

#6796DE (or 0x6796DE) is unknown color: approx Cornflower Blue. HEX triplet: 67, 96 and DE. RGB value is (103,150,222). Sum of RGB (Red+Green+Blue) = 103+150+222=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #6796DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6796DE is #986921. Grayscale: #8F8F8F. Windows color (decimal): -9988386 or 14587495. OLE color: 14587495.

HSL color Cylindrical-coordinate representation of color #6796DE: hue angle of 216.3º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6796DE is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103150222-
CMYK0.540.3200.13
HSL216.3º64.32%63.73%-
HSV(B)216.3º53.6%87.06%-
XYZ29.6829.9773.33-
YUV144.16171.9398.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.68%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=21.68%
G=31.58%
B=46.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031502220.540.3200.13216.364.3263.73
Hex6796DE36200Dd84040
Octal1472263366640015330100100
Binary11001111001011011011110110110100000011011101100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6796DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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