#6998DD

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

Shades of Cornflower Blue #6998DD

Tints of Cornflower Blue #6998DD

Color information

#6998DD (or 0x6998DD) is unknown color: approx Cornflower Blue. HEX triplet: 69, 98 and DD. RGB value is (105,152,221). Sum of RGB (Red+Green+Blue) = 105+152+221=478 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.97% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #6998DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998DD is #966722. Grayscale: #919191. Windows color (decimal): -9856803 or 14522473. OLE color: 14522473.

HSL color Cylindrical-coordinate representation of color #6998DD: hue angle of 215.69º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6998DD is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105152221-
CMYK0.520.3100.13
HSL215.69º63.04%63.92%-
HSV(B)215.69º52.49%86.67%-
XYZ30.1130.6872.74-
YUV145.81170.4398.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.97%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=21.97%
G=31.80%
B=46.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051522210.520.3100.13215.6963.0463.92
Hex6998DD341F0Dd83f40
Octal151230335643701533077100
Binary110100110011000110111011101001111101101110110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6998DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6998DD; }

 p { color: rgb(105,152,221); }

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

<style>
 a { background-color: #6998DD; }

 a { background-color: rgb(105,152,221); }

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

<style>
 span { border-color: #6998DD; }

 span { border-color: rgb(105,152,221); }

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