#6D98DD

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

Shades of Cornflower Blue #6D98DD

Tints of Cornflower Blue #6D98DD

Color information

#6D98DD (or 0x6D98DD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 98 and DD. RGB value is (109,152,221). Sum of RGB (Red+Green+Blue) = 109+152+221=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D98DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98DD is #926722. Grayscale: #929292. Windows color (decimal): -9594659 or 14522477. OLE color: 14522477.

HSL color Cylindrical-coordinate representation of color #6D98DD: hue angle of 216.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D98DD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109152221-
CMYK0.510.3100.13
HSL216.96º62.22%64.71%-
HSV(B)216.96º50.68%86.67%-
XYZ30.5930.9372.76-
YUV147.01169.75100.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.61%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=22.61%
G=31.54%
B=45.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091522210.510.3100.13216.9662.2264.71
Hex6D98DD331F0Dd93e41
Octal155230335633701533176101
Binary110110110011000110111011100111111101101110110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D98DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D98DD; }

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

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

<style>
 a { background-color: #6D98DD; }

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

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

<style>
 span { border-color: #6D98DD; }

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

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