Shades of Danube #6A88CF
Tints of Danube #6A88CF
RGB
CMYK
RGB Variations
Color information
#6A88CF (or 0x6A88CF) is known color: Danube. HEX triplet: 6A, 88 and CF. RGB value is (106,136,207). Sum of RGB (Red+Green+Blue) = 106+136+207=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A88CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A88CF is #957730. Grayscale: #868686. Windows color (decimal): -9795377 or 13600874. OLE color: 13600874.
HSL color Cylindrical-coordinate representation of color #6A88CF: hue angle of 222.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A88CF is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 136 | 207 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.19 |
| HSL | 222.18º | 0.51% | 0.61% | - |
| HSV(B) | 222.18º | 0.49% | 0.81% | - |
| XYZ | 26.01 | 25.18 | 62.52 | - |
| YUV | 135.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 136 | 207 | 0.49 | 0.34 | 0 | 0.19 | 222.18 | 0.51 | 0.61 |
| Hex | 6A | 88 | CF | 31 | 22 | 0 | 13 | DE | 33 | 3D |
| Octal | 152 | 210 | 317 | 61 | 42 | 0 | 23 | 336 | 63 | 75 |
| Binary | 1101010 | 10001000 | 11001111 | 110001 | 100010 | 0 | 10011 | 11011110 | 110011 | 111101 |
Color Harmonies of #6A88CF
Complementary color
Monochromatic Colors of #6A88CF
Black with #6A88CF
Text Example
Text Example
White with #6A88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A88CF; }
p { color: rgb(106,136,207); }
H1.HeaderClassName
{
color: #6A88CF;
}
.AnyTagClassName
{
color: #6A88CF;
}
</style>
background-color css
<style>
a { background-color: #6A88CF; }
a { background-color: rgb(106,136,207); }
div.DivClassName
{
background-color: #6A88CF;
}
.BgClassName
{
background-color: #6A88CF;
}
</style>
border-color css
<style>
span { border-color: #6A88CF; }
span { border-color: rgb(106,136,207); }
td.TdClassName
{
border-color: #6A88CF;
}
.TagClassName
{
border-color: #6A88CF;
}
</style>