Shades of Chetwode Blue #626DB2
Tints of Chetwode Blue #626DB2
RGB
CMYK
RGB Variations
Color information
#626DB2 (or 0x626DB2) is known color: Chetwode Blue. HEX triplet: 62, 6D and B2. RGB value is (98,109,178). Sum of RGB (Red+Green+Blue) = 98+109+178=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #626DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626DB2 is #9D924D. Grayscale: #717171. Windows color (decimal): -10326606 or 11693410. OLE color: 11693410.
HSL color Cylindrical-coordinate representation of color #626DB2: hue angle of 231.75º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #626DB2 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 109 | 178 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.30 |
| HSL | 231.75º | 0.34% | 0.54% | - |
| HSV(B) | 231.75º | 0.45% | 0.7% | - |
| XYZ | 18.54 | 16.75 | 44.37 | - |
| YUV | 113.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 178 | 0.45 | 0.39 | 0 | 0.30 | 231.75 | 0.34 | 0.54 |
| Hex | 62 | 6D | B2 | 2D | 27 | 0 | 1E | E8 | 22 | 36 |
| Octal | 142 | 155 | 262 | 55 | 47 | 0 | 36 | 350 | 42 | 66 |
| Binary | 1100010 | 1101101 | 10110010 | 101101 | 100111 | 0 | 11110 | 11101000 | 100010 | 110110 |
Color Harmonies of #626DB2
Complementary color
Monochromatic Colors of #626DB2
Black with #626DB2
Text Example
Text Example
White with #626DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DB2; }
p { color: rgb(98,109,178); }
H1.HeaderClassName
{
color: #626DB2;
}
.AnyTagClassName
{
color: #626DB2;
}
</style>
background-color css
<style>
a { background-color: #626DB2; }
a { background-color: rgb(98,109,178); }
div.DivClassName
{
background-color: #626DB2;
}
.BgClassName
{
background-color: #626DB2;
}
</style>
border-color css
<style>
span { border-color: #626DB2; }
span { border-color: rgb(98,109,178); }
td.TdClassName
{
border-color: #626DB2;
}
.TagClassName
{
border-color: #626DB2;
}
</style>