#6C87DC

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

Shades of Cornflower Blue #6C87DC

Tints of Cornflower Blue #6C87DC

Color information

#6C87DC (or 0x6C87DC) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 87 and DC. RGB value is (108,135,220). Sum of RGB (Red+Green+Blue) = 108+135+220=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C87DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C87DC is #937823. Grayscale: #888888. Windows color (decimal): -9664548 or 14452588. OLE color: 14452588.

HSL color Cylindrical-coordinate representation of color #6C87DC: hue angle of 225.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C87DC is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108135220-
CMYK0.510.3900.14
HSL225.54º61.54%64.31%-
HSV(B)225.54º50.91%86.27%-
XYZ27.7725.6871.2-
YUV136.62175.05107.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.33%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=23.33%
G=29.16%
B=47.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081352200.510.3900.14225.5461.5464.31
Hex6C87DC33270Ee23e40
Octal154207334634701634276100
Binary1101100100001111101110011001110011101110111000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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