Shades of Danube #6B8FCE
Tints of Danube #6B8FCE
RGB
CMYK
RGB Variations
Color information
#6B8FCE (or 0x6B8FCE) is known color: Danube. HEX triplet: 6B, 8F and CE. RGB value is (107,143,206). Sum of RGB (Red+Green+Blue) = 107+143+206=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B8FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8FCE is #947031. Grayscale: #8B8B8B. Windows color (decimal): -9728050 or 13537131. OLE color: 13537131.
HSL color Cylindrical-coordinate representation of color #6B8FCE: hue angle of 218.18º 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 #6B8FCE is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 143 | 206 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.19 |
| HSL | 218.18º | 0.5% | 0.61% | - |
| HSV(B) | 218.18º | 0.48% | 0.81% | - |
| XYZ | 27.03 | 27.23 | 62.22 | - |
| YUV | 139.42 | 165.57 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 206 | 0.48 | 0.31 | 0 | 0.19 | 218.18 | 0.5 | 0.61 |
| Hex | 6B | 8F | CE | 30 | 1F | 0 | 13 | DA | 32 | 3D |
| Octal | 153 | 217 | 316 | 60 | 37 | 0 | 23 | 332 | 62 | 75 |
| Binary | 1101011 | 10001111 | 11001110 | 110000 | 11111 | 0 | 10011 | 11011010 | 110010 | 111101 |
Color Harmonies of #6B8FCE
Complementary color
Monochromatic Colors of #6B8FCE
Black with #6B8FCE
Text Example
Text Example
White with #6B8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FCE; }
p { color: rgb(107,143,206); }
H1.HeaderClassName
{
color: #6B8FCE;
}
.AnyTagClassName
{
color: #6B8FCE;
}
</style>
background-color css
<style>
a { background-color: #6B8FCE; }
a { background-color: rgb(107,143,206); }
div.DivClassName
{
background-color: #6B8FCE;
}
.BgClassName
{
background-color: #6B8FCE;
}
</style>
border-color css
<style>
span { border-color: #6B8FCE; }
span { border-color: rgb(107,143,206); }
td.TdClassName
{
border-color: #6B8FCE;
}
.TagClassName
{
border-color: #6B8FCE;
}
</style>