#6c8cbd

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

Shades of Danube #6C8CBD

Tints of Danube #6C8CBD

Color information

#6C8CBD (or 0x6C8CBD) is unknown color: approx Danube. HEX triplet: 6C, 8C and BD. RGB value is (108,140,189). Sum of RGB (Red+Green+Blue) = 108+140+189=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C8CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8CBD is #937342. Grayscale: #878787. Windows color (decimal): -9663299 or 12422252. OLE color: 12422252.

HSL color Cylindrical-coordinate representation of color #6C8CBD: hue angle of 216.3º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C8CBD is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108140189-
CMYK0.430.2600.26
HSL216.3º38.03%58.24%-
HSV(B)216.3º42.86%74.12%-
XYZ24.7525.6251.78-
YUV136.02157.9108.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.71%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=24.71%
G=32.04%
B=43.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081401890.430.2600.26216.338.0358.24
Hex6C8CBD2B1A01Ad8263a
Octal15421427553320323304672
Binary110110010001100101111011010111101001101011011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c8cbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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