#6d85dd

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

Shades of Cornflower Blue #6D85DD

Tints of Cornflower Blue #6D85DD

Color information

#6D85DD (or 0x6D85DD) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 85 and DD. RGB value is (109,133,221). Sum of RGB (Red+Green+Blue) = 109+133+221=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D85DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D85DD is #927A22. Grayscale: #878787. Windows color (decimal): -9599523 or 14517613. OLE color: 14517613.

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

Color convert

RGB109133221-
CMYK0.510.4000.13
HSL227.14º62.22%64.71%-
HSV(B)227.14º50.68%86.67%-
XYZ27.7525.2571.82-
YUV135.86176.05108.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.54%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=23.54%
G=28.73%
B=47.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091332210.510.4000.13227.1462.2264.71
Hex6D85DD33280De33e41
Octal155205335635001534376101
Binary1101101100001011101110111001110100001101111000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d85dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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