Shades of Chetwode Blue #626CC1
Tints of Chetwode Blue #626CC1
RGB
CMYK
RGB Variations
Color information
#626CC1 (or 0x626CC1) is known color: Chetwode Blue. HEX triplet: 62, 6C and C1. RGB value is (98,108,193). Sum of RGB (Red+Green+Blue) = 98+108+193=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #626CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CC1 is #9D933E. Grayscale: #727272. Windows color (decimal): -10326847 or 12676194. OLE color: 12676194.
HSL color Cylindrical-coordinate representation of color #626CC1: hue angle of 233.68º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #626CC1 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 108 | 193 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.24 |
| HSL | 233.68º | 0.43% | 0.57% | - |
| HSV(B) | 233.68º | 0.49% | 0.76% | - |
| XYZ | 20.03 | 17.17 | 52.71 | - |
| YUV | 114.7 | 172.19 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 193 | 0.49 | 0.44 | 0 | 0.24 | 233.68 | 0.43 | 0.57 |
| Hex | 62 | 6C | C1 | 31 | 2C | 0 | 18 | EA | 2B | 39 |
| Octal | 142 | 154 | 301 | 61 | 54 | 0 | 30 | 352 | 53 | 71 |
| Binary | 1100010 | 1101100 | 11000001 | 110001 | 101100 | 0 | 11000 | 11101010 | 101011 | 111001 |
Color Harmonies of #626CC1
Complementary color
Monochromatic Colors of #626CC1
Black with #626CC1
Text Example
Text Example
White with #626CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CC1; }
p { color: rgb(98,108,193); }
H1.HeaderClassName
{
color: #626CC1;
}
.AnyTagClassName
{
color: #626CC1;
}
</style>
background-color css
<style>
a { background-color: #626CC1; }
a { background-color: rgb(98,108,193); }
div.DivClassName
{
background-color: #626CC1;
}
.BgClassName
{
background-color: #626CC1;
}
</style>
border-color css
<style>
span { border-color: #626CC1; }
span { border-color: rgb(98,108,193); }
td.TdClassName
{
border-color: #626CC1;
}
.TagClassName
{
border-color: #626CC1;
}
</style>