#6988DC

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

Shades of Cornflower Blue #6988DC

Tints of Cornflower Blue #6988DC

Color information

#6988DC (or 0x6988DC) is unknown color: approx Cornflower Blue. HEX triplet: 69, 88 and DC. RGB value is (105,136,220). Sum of RGB (Red+Green+Blue) = 105+136+220=461 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.78% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #6988DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6988DC is #967723. Grayscale: #878787. Windows color (decimal): -9860900 or 14452841. OLE color: 14452841.

HSL color Cylindrical-coordinate representation of color #6988DC: hue angle of 223.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6988DC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB105136220-
CMYK0.520.3800.14
HSL223.83º62.16%63.73%-
HSV(B)223.83º52.27%86.27%-
XYZ27.5525.7871.23-
YUV136.31175.23105.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.78%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=22.78%
G=29.50%
B=47.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1051362200.520.3800.14223.8362.1663.73
Hex6988DC34260Ee03e40
Octal151210334644601634076100
Binary1101001100010001101110011010010011001110111000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6988DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6988DC; }

 p { color: rgb(105,136,220); }

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

<style>
 a { background-color: #6988DC; }

 a { background-color: rgb(105,136,220); }

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

<style>
 span { border-color: #6988DC; }

 span { border-color: rgb(105,136,220); }

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