Shades of Havelock Blue #6780BF
Tints of Havelock Blue #6780BF
RGB
CMYK
RGB Variations
Color information
#6780BF (or 0x6780BF) is known color: Havelock Blue. HEX triplet: 67, 80 and BF. RGB value is (103,128,191). Sum of RGB (Red+Green+Blue) = 103+128+191=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #6780BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780BF is #987F40. Grayscale: #7F7F7F. Windows color (decimal): -9994049 or 12550247. OLE color: 12550247.
HSL color Cylindrical-coordinate representation of color #6780BF: hue angle of 222.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6780BF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 128 | 191 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.25 |
| HSL | 222.95º | 0.41% | 0.58% | - |
| HSV(B) | 222.95º | 0.46% | 0.75% | - |
| XYZ | 22.72 | 22.08 | 52.36 | - |
| YUV | 127.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 191 | 0.46 | 0.33 | 0 | 0.25 | 222.95 | 0.41 | 0.58 |
| Hex | 67 | 80 | BF | 2E | 21 | 0 | 19 | DF | 29 | 3A |
| Octal | 147 | 200 | 277 | 56 | 41 | 0 | 31 | 337 | 51 | 72 |
| Binary | 1100111 | 10000000 | 10111111 | 101110 | 100001 | 0 | 11001 | 11011111 | 101001 | 111010 |
Color Harmonies of #6780BF
Complementary color
Monochromatic Colors of #6780BF
Black with #6780BF
Text Example
Text Example
White with #6780BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6780BF; }
p { color: rgb(103,128,191); }
H1.HeaderClassName
{
color: #6780BF;
}
.AnyTagClassName
{
color: #6780BF;
}
</style>
background-color css
<style>
a { background-color: #6780BF; }
a { background-color: rgb(103,128,191); }
div.DivClassName
{
background-color: #6780BF;
}
.BgClassName
{
background-color: #6780BF;
}
</style>
border-color css
<style>
span { border-color: #6780BF; }
span { border-color: rgb(103,128,191); }
td.TdClassName
{
border-color: #6780BF;
}
.TagClassName
{
border-color: #6780BF;
}
</style>