Shades of Danube #6B8CCE
Tints of Danube #6B8CCE
RGB
CMYK
RGB Variations
Color information
#6B8CCE (or 0x6B8CCE) is known color: Danube. HEX triplet: 6B, 8C and CE. RGB value is (107,140,206). Sum of RGB (Red+Green+Blue) = 107+140+206=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CCE is #947331. Grayscale: #898989. Windows color (decimal): -9728818 or 13536363. OLE color: 13536363.
HSL color Cylindrical-coordinate representation of color #6B8CCE: hue angle of 220º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8CCE is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 140 | 206 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.19 |
| HSL | 220º | 0.5% | 0.61% | - |
| HSV(B) | 220º | 0.48% | 0.81% | - |
| XYZ | 26.58 | 26.34 | 62.08 | - |
| YUV | 137.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 206 | 0.48 | 0.32 | 0 | 0.19 | 220 | 0.5 | 0.61 |
| Hex | 6B | 8C | CE | 30 | 20 | 0 | 13 | DC | 32 | 3D |
| Octal | 153 | 214 | 316 | 60 | 40 | 0 | 23 | 334 | 62 | 75 |
| Binary | 1101011 | 10001100 | 11001110 | 110000 | 100000 | 0 | 10011 | 11011100 | 110010 | 111101 |
Color Harmonies of #6B8CCE
Complementary color
Monochromatic Colors of #6B8CCE
Black with #6B8CCE
Text Example
Text Example
White with #6B8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8CCE; }
p { color: rgb(107,140,206); }
H1.HeaderClassName
{
color: #6B8CCE;
}
.AnyTagClassName
{
color: #6B8CCE;
}
</style>
background-color css
<style>
a { background-color: #6B8CCE; }
a { background-color: rgb(107,140,206); }
div.DivClassName
{
background-color: #6B8CCE;
}
.BgClassName
{
background-color: #6B8CCE;
}
</style>
border-color css
<style>
span { border-color: #6B8CCE; }
span { border-color: rgb(107,140,206); }
td.TdClassName
{
border-color: #6B8CCE;
}
.TagClassName
{
border-color: #6B8CCE;
}
</style>