#6D8CCB

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

Shades of Danube #6D8CCB

Tints of Danube #6D8CCB

Color information

#6D8CCB (or 0x6D8CCB) is unknown color: approx Danube. HEX triplet: 6D, 8C and CB. RGB value is (109,140,203). Sum of RGB (Red+Green+Blue) = 109+140+203=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D8CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CCB is #927334. Grayscale: #898989. Windows color (decimal): -9597749 or 13339757. OLE color: 13339757.

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

Color convert

RGB109140203-
CMYK0.460.3100.20
HSL220.21º47.47%61.18%-
HSV(B)220.21º46.31%79.61%-
XYZ26.4626.3260.19-
YUV137.91164.73107.38-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.12%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=24.12%
G=30.97%
B=44.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091402030.460.3100.20220.2147.4761.18
Hex6D8CCB2E1F014dc2f3d
Octal15521431356370243345775
Binary110110110001100110010111011101111101010011011100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,140,203); }

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

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

 a { background-color: rgb(109,140,203); }

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

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

 span { border-color: rgb(109,140,203); }

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