Shades of Chetwode Blue #626CBF
Tints of Chetwode Blue #626CBF
RGB
CMYK
RGB Variations
Color information
#626CBF (or 0x626CBF) is known color: Chetwode Blue. HEX triplet: 62, 6C and BF. RGB value is (98,108,191). Sum of RGB (Red+Green+Blue) = 98+108+191=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #626CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CBF is #9D9340. Grayscale: #727272. Windows color (decimal): -10326849 or 12545122. OLE color: 12545122.
HSL color Cylindrical-coordinate representation of color #626CBF: hue angle of 233.55º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #626CBF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 108 | 191 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.25 |
| HSL | 233.55º | 0.42% | 0.57% | - |
| HSV(B) | 233.55º | 0.49% | 0.75% | - |
| XYZ | 19.8 | 17.08 | 51.54 | - |
| YUV | 114.47 | 171.19 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 191 | 0.49 | 0.43 | 0 | 0.25 | 233.55 | 0.42 | 0.57 |
| Hex | 62 | 6C | BF | 31 | 2B | 0 | 19 | EA | 2A | 39 |
| Octal | 142 | 154 | 277 | 61 | 53 | 0 | 31 | 352 | 52 | 71 |
| Binary | 1100010 | 1101100 | 10111111 | 110001 | 101011 | 0 | 11001 | 11101010 | 101010 | 111001 |
Color Harmonies of #626CBF
Complementary color
Monochromatic Colors of #626CBF
Black with #626CBF
Text Example
Text Example
White with #626CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CBF; }
p { color: rgb(98,108,191); }
H1.HeaderClassName
{
color: #626CBF;
}
.AnyTagClassName
{
color: #626CBF;
}
</style>
background-color css
<style>
a { background-color: #626CBF; }
a { background-color: rgb(98,108,191); }
div.DivClassName
{
background-color: #626CBF;
}
.BgClassName
{
background-color: #626CBF;
}
</style>
border-color css
<style>
span { border-color: #626CBF; }
span { border-color: rgb(98,108,191); }
td.TdClassName
{
border-color: #626CBF;
}
.TagClassName
{
border-color: #626CBF;
}
</style>