#6996DA

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

Shades of Cornflower Blue #6996DA

Tints of Cornflower Blue #6996DA

Color information

#6996DA (or 0x6996DA) is unknown color: approx Cornflower Blue. HEX triplet: 69, 96 and DA. RGB value is (105,150,218). Sum of RGB (Red+Green+Blue) = 105+150+218=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #6996DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996DA is #966925. Grayscale: #8F8F8F. Windows color (decimal): -9857318 or 14325353. OLE color: 14325353.

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

Color convert

RGB105150218-
CMYK0.520.3100.15
HSL216.11º60.43%63.33%-
HSV(B)216.11º51.83%85.49%-
XYZ29.3929.8870.55-
YUV144.3169.5999.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=22.20%
G=31.71%
B=46.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051502180.520.3100.15216.1160.4363.33
Hex6996DA341F0Fd83c3f
Octal15122633264370173307477
Binary11010011001011011011010110100111110111111011000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6996DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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