#6D97DD

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

Shades of Cornflower Blue #6D97DD

Tints of Cornflower Blue #6D97DD

Color information

#6D97DD (or 0x6D97DD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 97 and DD. RGB value is (109,151,221). Sum of RGB (Red+Green+Blue) = 109+151+221=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D97DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D97DD is #926822. Grayscale: #929292. Windows color (decimal): -9594915 or 14522221. OLE color: 14522221.

HSL color Cylindrical-coordinate representation of color #6D97DD: hue angle of 217.5º 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 #6D97DD is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109151221-
CMYK0.510.3200.13
HSL217.5º62.22%64.71%-
HSV(B)217.5º50.68%86.67%-
XYZ30.4230.672.71-
YUV146.42170.09101.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.66%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=22.66%
G=31.39%
B=45.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091512210.510.3200.13217.562.2264.71
Hex6D97DD33200Dda3e41
Octal155227335634001533276101
Binary1101101100101111101110111001110000001101110110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D97DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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