Shades of Chetwode Blue #626FBB
Tints of Chetwode Blue #626FBB
RGB
CMYK
RGB Variations
Color information
#626FBB (or 0x626FBB) is known color: Chetwode Blue. HEX triplet: 62, 6F and BB. RGB value is (98,111,187). Sum of RGB (Red+Green+Blue) = 98+111+187=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #626FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FBB is #9D9044. Grayscale: #737373. Windows color (decimal): -10326085 or 12283746. OLE color: 12283746.
HSL color Cylindrical-coordinate representation of color #626FBB: hue angle of 231.24º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #626FBB is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 111 | 187 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.27 |
| HSL | 231.24º | 0.4% | 0.56% | - |
| HSV(B) | 231.24º | 0.48% | 0.73% | - |
| XYZ | 19.69 | 17.55 | 49.36 | - |
| YUV | 115.78 | 168.19 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 187 | 0.48 | 0.41 | 0 | 0.27 | 231.24 | 0.4 | 0.56 |
| Hex | 62 | 6F | BB | 30 | 29 | 0 | 1B | E7 | 28 | 38 |
| Octal | 142 | 157 | 273 | 60 | 51 | 0 | 33 | 347 | 50 | 70 |
| Binary | 1100010 | 1101111 | 10111011 | 110000 | 101001 | 0 | 11011 | 11100111 | 101000 | 111000 |
Color Harmonies of #626FBB
Complementary color
Monochromatic Colors of #626FBB
Black with #626FBB
Text Example
Text Example
White with #626FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626FBB; }
p { color: rgb(98,111,187); }
H1.HeaderClassName
{
color: #626FBB;
}
.AnyTagClassName
{
color: #626FBB;
}
</style>
background-color css
<style>
a { background-color: #626FBB; }
a { background-color: rgb(98,111,187); }
div.DivClassName
{
background-color: #626FBB;
}
.BgClassName
{
background-color: #626FBB;
}
</style>
border-color css
<style>
span { border-color: #626FBB; }
span { border-color: rgb(98,111,187); }
td.TdClassName
{
border-color: #626FBB;
}
.TagClassName
{
border-color: #626FBB;
}
</style>