#6796DA

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

Shades of Cornflower Blue #6796DA

Tints of Cornflower Blue #6796DA

Color information

#6796DA (or 0x6796DA) is unknown color: approx Cornflower Blue. HEX triplet: 67, 96 and DA. RGB value is (103,150,218). Sum of RGB (Red+Green+Blue) = 103+150+218=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #6796DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6796DA is #986925. Grayscale: #8F8F8F. Windows color (decimal): -9988390 or 14325351. OLE color: 14325351.

HSL color Cylindrical-coordinate representation of color #6796DA: hue angle of 215.48º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6796DA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103150218-
CMYK0.530.3100.15
HSL215.48º60.85%62.94%-
HSV(B)215.48º52.75%85.49%-
XYZ29.1529.7670.54-
YUV143.7169.9398.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.87%
GREEN value IS 150 (58.98% from 255) = 31.85%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=21.87%
G=31.85%
B=46.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031502180.530.3100.15215.4860.8562.94
Hex6796DA351F0Fd73d3f
Octal14722633265370173277577
Binary11001111001011011011010110101111110111111010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6796DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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