#6C8CCD

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

Shades of Danube #6C8CCD

Tints of Danube #6C8CCD

Color information

#6C8CCD (or 0x6C8CCD) is unknown color: approx Danube. HEX triplet: 6C, 8C and CD. RGB value is (108,140,205). Sum of RGB (Red+Green+Blue) = 108+140+205=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8CCD is #937332. Grayscale: #898989. Windows color (decimal): -9663283 or 13470828. OLE color: 13470828.

HSL color Cylindrical-coordinate representation of color #6C8CCD: hue angle of 220.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C8CCD is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB108140205-
CMYK0.470.3200.20
HSL220.21º49.24%61.37%-
HSV(B)220.21º47.32%80.39%-
XYZ26.5826.3561.44-
YUV137.84165.9106.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.84%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 205 (80.47% from 255) = 45.25%
R=23.84%
G=30.91%
B=45.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081402050.470.3200.20220.2149.2461.37
Hex6C8CCD2F20014dc313d
Octal15421431557400243346175
Binary1101100100011001100110110111110000001010011011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,140,205); }

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

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

 a { background-color: rgb(108,140,205); }

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

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

 span { border-color: rgb(108,140,205); }

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