Shades of Danube #6B91CC
Tints of Danube #6B91CC
RGB
CMYK
RGB Variations
Color information
#6B91CC (or 0x6B91CC) is known color: Danube. HEX triplet: 6B, 91 and CC. RGB value is (107,145,204). Sum of RGB (Red+Green+Blue) = 107+145+204=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B91CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B91CC is #946E33. Grayscale: #8C8C8C. Windows color (decimal): -9727540 or 13406571. OLE color: 13406571.
HSL color Cylindrical-coordinate representation of color #6B91CC: hue angle of 216.49º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B91CC is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 145 | 204 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.2 |
| HSL | 216.49º | 0.49% | 0.61% | - |
| HSV(B) | 216.49º | 0.48% | 0.8% | - |
| XYZ | 27.09 | 27.74 | 61.05 | - |
| YUV | 140.36 | 163.91 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 204 | 0.48 | 0.29 | 0 | 0.2 | 216.49 | 0.49 | 0.61 |
| Hex | 6B | 91 | CC | 30 | 1D | 0 | 14 | D8 | 31 | 3D |
| Octal | 153 | 221 | 314 | 60 | 35 | 0 | 24 | 330 | 61 | 75 |
| Binary | 1101011 | 10010001 | 11001100 | 110000 | 11101 | 0 | 10100 | 11011000 | 110001 | 111101 |
Color Harmonies of #6B91CC
Complementary color
Monochromatic Colors of #6B91CC
Black with #6B91CC
Text Example
Text Example
White with #6B91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B91CC; }
p { color: rgb(107,145,204); }
H1.HeaderClassName
{
color: #6B91CC;
}
.AnyTagClassName
{
color: #6B91CC;
}
</style>
background-color css
<style>
a { background-color: #6B91CC; }
a { background-color: rgb(107,145,204); }
div.DivClassName
{
background-color: #6B91CC;
}
.BgClassName
{
background-color: #6B91CC;
}
</style>
border-color css
<style>
span { border-color: #6B91CC; }
span { border-color: rgb(107,145,204); }
td.TdClassName
{
border-color: #6B91CC;
}
.TagClassName
{
border-color: #6B91CC;
}
</style>