Shades of Chetwode Blue #626BBD
Tints of Chetwode Blue #626BBD
RGB
CMYK
RGB Variations
Color information
#626BBD (or 0x626BBD) is known color: Chetwode Blue. HEX triplet: 62, 6B and BD. RGB value is (98,107,189). Sum of RGB (Red+Green+Blue) = 98+107+189=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #626BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626BBD is #9D9442. Grayscale: #717171. Windows color (decimal): -10327107 or 12413794. OLE color: 12413794.
HSL color Cylindrical-coordinate representation of color #626BBD: hue angle of 234.07º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #626BBD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 107 | 189 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.26 |
| HSL | 234.07º | 0.41% | 0.56% | - |
| HSV(B) | 234.07º | 0.48% | 0.74% | - |
| XYZ | 19.48 | 16.79 | 50.36 | - |
| YUV | 113.66 | 170.52 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 189 | 0.48 | 0.43 | 0 | 0.26 | 234.07 | 0.41 | 0.56 |
| Hex | 62 | 6B | BD | 30 | 2B | 0 | 1A | EA | 29 | 38 |
| Octal | 142 | 153 | 275 | 60 | 53 | 0 | 32 | 352 | 51 | 70 |
| Binary | 1100010 | 1101011 | 10111101 | 110000 | 101011 | 0 | 11010 | 11101010 | 101001 | 111000 |
Color Harmonies of #626BBD
Complementary color
Monochromatic Colors of #626BBD
Black with #626BBD
Text Example
Text Example
White with #626BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626BBD; }
p { color: rgb(98,107,189); }
H1.HeaderClassName
{
color: #626BBD;
}
.AnyTagClassName
{
color: #626BBD;
}
</style>
background-color css
<style>
a { background-color: #626BBD; }
a { background-color: rgb(98,107,189); }
div.DivClassName
{
background-color: #626BBD;
}
.BgClassName
{
background-color: #626BBD;
}
</style>
border-color css
<style>
span { border-color: #626BBD; }
span { border-color: rgb(98,107,189); }
td.TdClassName
{
border-color: #626BBD;
}
.TagClassName
{
border-color: #626BBD;
}
</style>