Shades of Danube #638AB3
Tints of Danube #638AB3
RGB
CMYK
RGB Variations
Color information
#638AB3 (or 0x638AB3) is known color: Danube. HEX triplet: 63, 8A and B3. RGB value is (99,138,179). Sum of RGB (Red+Green+Blue) = 99+138+179=416 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.80% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 179 - color contains mainly: blue. Hex color #638AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638AB3 is #9C754C. Grayscale: #828282. Windows color (decimal): -10253645 or 11766371. OLE color: 11766371.
HSL color Cylindrical-coordinate representation of color #638AB3: hue angle of 210.75º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #638AB3 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 138 | 179 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.30 |
| HSL | 210.75º | 0.34% | 0.55% | - |
| HSV(B) | 210.75º | 0.45% | 0.7% | - |
| XYZ | 22.37 | 24.08 | 46.12 | - |
| YUV | 131.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 179 | 0.45 | 0.23 | 0 | 0.30 | 210.75 | 0.34 | 0.55 |
| Hex | 63 | 8A | B3 | 2D | 17 | 0 | 1E | D3 | 22 | 37 |
| Octal | 143 | 212 | 263 | 55 | 27 | 0 | 36 | 323 | 42 | 67 |
| Binary | 1100011 | 10001010 | 10110011 | 101101 | 10111 | 0 | 11110 | 11010011 | 100010 | 110111 |
Color Harmonies of #638AB3
Complementary color
Monochromatic Colors of #638AB3
Black with #638AB3
Text Example
Text Example
White with #638AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638AB3; }
p { color: rgb(99,138,179); }
H1.HeaderClassName
{
color: #638AB3;
}
.AnyTagClassName
{
color: #638AB3;
}
</style>
background-color css
<style>
a { background-color: #638AB3; }
a { background-color: rgb(99,138,179); }
div.DivClassName
{
background-color: #638AB3;
}
.BgClassName
{
background-color: #638AB3;
}
</style>
border-color css
<style>
span { border-color: #638AB3; }
span { border-color: rgb(99,138,179); }
td.TdClassName
{
border-color: #638AB3;
}
.TagClassName
{
border-color: #638AB3;
}
</style>