#6C8CD3

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

Shades of Danube #6C8CD3

Tints of Danube #6C8CD3

Color information

#6C8CD3 (or 0x6C8CD3) is unknown color: approx Danube. HEX triplet: 6C, 8C and D3. RGB value is (108,140,211). Sum of RGB (Red+Green+Blue) = 108+140+211=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #6C8CD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8CD3 is #93732C. Grayscale: #8A8A8A. Windows color (decimal): -9663277 or 13864044. OLE color: 13864044.

HSL color Cylindrical-coordinate representation of color #6C8CD3: hue angle of 221.36º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C8CD3 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB108140211-
CMYK0.490.3400.17
HSL221.36º53.93%62.55%-
HSV(B)221.36º48.82%82.75%-
XYZ27.3226.6565.33-
YUV138.53168.9106.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.53%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 211 (82.81% from 255) = 45.97%
R=23.53%
G=30.50%
B=45.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1081402110.490.3400.17221.3653.9362.55
Hex6C8CD33122011dd363f
Octal15421432361420213356677
Binary1101100100011001101001111000110001001000111011101110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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