#6D87DC

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

Shades of Cornflower Blue #6D87DC

Tints of Cornflower Blue #6D87DC

Color information

#6D87DC (or 0x6D87DC) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 87 and DC. RGB value is (109,135,220). Sum of RGB (Red+Green+Blue) = 109+135+220=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D87DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D87DC is #927823. Grayscale: #888888. Windows color (decimal): -9599012 or 14452589. OLE color: 14452589.

HSL color Cylindrical-coordinate representation of color #6D87DC: hue angle of 225.95º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D87DC is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB109135220-
CMYK0.500.3900.14
HSL225.95º61.33%64.51%-
HSV(B)225.95º50.45%86.27%-
XYZ27.8925.7571.21-
YUV136.92174.89108.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.49%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 220 (86.33% from 255) = 47.41%
R=23.49%
G=29.09%
B=47.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091352200.500.3900.14225.9561.3364.51
Hex6D87DC32270Ee23d41
Octal155207334624701634275101
Binary1101101100001111101110011001010011101110111000101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,135,220); }

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

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

 a { background-color: rgb(109,135,220); }

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

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

 span { border-color: rgb(109,135,220); }

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