Shades of Havelock Blue #6380BB
Tints of Havelock Blue #6380BB
RGB
CMYK
RGB Variations
Color information
#6380BB (or 0x6380BB) is known color: Havelock Blue. HEX triplet: 63, 80 and BB. RGB value is (99,128,187). Sum of RGB (Red+Green+Blue) = 99+128+187=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #6380BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380BB is #9C7F44. Grayscale: #7D7D7D. Windows color (decimal): -10256197 or 12288099. OLE color: 12288099.
HSL color Cylindrical-coordinate representation of color #6380BB: hue angle of 220.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6380BB is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 128 | 187 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.27 |
| HSL | 220.23º | 0.39% | 0.56% | - |
| HSV(B) | 220.23º | 0.47% | 0.73% | - |
| XYZ | 21.83 | 21.68 | 50.05 | - |
| YUV | 126.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 187 | 0.47 | 0.32 | 0 | 0.27 | 220.23 | 0.39 | 0.56 |
| Hex | 63 | 80 | BB | 2F | 20 | 0 | 1B | DC | 27 | 38 |
| Octal | 143 | 200 | 273 | 57 | 40 | 0 | 33 | 334 | 47 | 70 |
| Binary | 1100011 | 10000000 | 10111011 | 101111 | 100000 | 0 | 11011 | 11011100 | 100111 | 111000 |
Color Harmonies of #6380BB
Complementary color
Monochromatic Colors of #6380BB
Black with #6380BB
Text Example
Text Example
White with #6380BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6380BB; }
p { color: rgb(99,128,187); }
H1.HeaderClassName
{
color: #6380BB;
}
.AnyTagClassName
{
color: #6380BB;
}
</style>
background-color css
<style>
a { background-color: #6380BB; }
a { background-color: rgb(99,128,187); }
div.DivClassName
{
background-color: #6380BB;
}
.BgClassName
{
background-color: #6380BB;
}
</style>
border-color css
<style>
span { border-color: #6380BB; }
span { border-color: rgb(99,128,187); }
td.TdClassName
{
border-color: #6380BB;
}
.TagClassName
{
border-color: #6380BB;
}
</style>