Shades of Danube #6B88CC
Tints of Danube #6B88CC
RGB
CMYK
RGB Variations
Color information
#6B88CC (or 0x6B88CC) is known color: Danube. HEX triplet: 6B, 88 and CC. RGB value is (107,136,204). Sum of RGB (Red+Green+Blue) = 107+136+204=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B88CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B88CC is #947733. Grayscale: #868686. Windows color (decimal): -9729844 or 13404267. OLE color: 13404267.
HSL color Cylindrical-coordinate representation of color #6B88CC: hue angle of 222.06º 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 #6B88CC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 136 | 204 | - |
| CMYK | 0.48 | 0.33 | 0 | 0.2 |
| HSL | 222.06º | 0.49% | 0.61% | - |
| HSV(B) | 222.06º | 0.48% | 0.8% | - |
| XYZ | 25.77 | 25.09 | 60.61 | - |
| YUV | 135.08 | 166.89 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 204 | 0.48 | 0.33 | 0 | 0.2 | 222.06 | 0.49 | 0.61 |
| Hex | 6B | 88 | CC | 30 | 21 | 0 | 14 | DE | 31 | 3D |
| Octal | 153 | 210 | 314 | 60 | 41 | 0 | 24 | 336 | 61 | 75 |
| Binary | 1101011 | 10001000 | 11001100 | 110000 | 100001 | 0 | 10100 | 11011110 | 110001 | 111101 |
Color Harmonies of #6B88CC
Complementary color
Monochromatic Colors of #6B88CC
Black with #6B88CC
Text Example
Text Example
White with #6B88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B88CC; }
p { color: rgb(107,136,204); }
H1.HeaderClassName
{
color: #6B88CC;
}
.AnyTagClassName
{
color: #6B88CC;
}
</style>
background-color css
<style>
a { background-color: #6B88CC; }
a { background-color: rgb(107,136,204); }
div.DivClassName
{
background-color: #6B88CC;
}
.BgClassName
{
background-color: #6B88CC;
}
</style>
border-color css
<style>
span { border-color: #6B88CC; }
span { border-color: rgb(107,136,204); }
td.TdClassName
{
border-color: #6B88CC;
}
.TagClassName
{
border-color: #6B88CC;
}
</style>