Shades of Chetwode Blue #626CC2
Tints of Chetwode Blue #626CC2
RGB
CMYK
RGB Variations
Color information
#626CC2 (or 0x626CC2) is known color: Chetwode Blue. HEX triplet: 62, 6C and C2. RGB value is (98,108,194). Sum of RGB (Red+Green+Blue) = 98+108+194=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #626CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CC2 is #9D933D. Grayscale: #727272. Windows color (decimal): -10326846 or 12741730. OLE color: 12741730.
HSL color Cylindrical-coordinate representation of color #626CC2: hue angle of 233.75º degrees, saturation: 0.44, 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 #626CC2 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 108 | 194 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.24 |
| HSL | 233.75º | 0.44% | 0.57% | - |
| HSV(B) | 233.75º | 0.49% | 0.76% | - |
| XYZ | 20.14 | 17.22 | 53.3 | - |
| YUV | 114.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 194 | 0.49 | 0.44 | 0 | 0.24 | 233.75 | 0.44 | 0.57 |
| Hex | 62 | 6C | C2 | 31 | 2C | 0 | 18 | EA | 2C | 39 |
| Octal | 142 | 154 | 302 | 61 | 54 | 0 | 30 | 352 | 54 | 71 |
| Binary | 1100010 | 1101100 | 11000010 | 110001 | 101100 | 0 | 11000 | 11101010 | 101100 | 111001 |
Color Harmonies of #626CC2
Complementary color
Monochromatic Colors of #626CC2
Black with #626CC2
Text Example
Text Example
White with #626CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CC2; }
p { color: rgb(98,108,194); }
H1.HeaderClassName
{
color: #626CC2;
}
.AnyTagClassName
{
color: #626CC2;
}
</style>
background-color css
<style>
a { background-color: #626CC2; }
a { background-color: rgb(98,108,194); }
div.DivClassName
{
background-color: #626CC2;
}
.BgClassName
{
background-color: #626CC2;
}
</style>
border-color css
<style>
span { border-color: #626CC2; }
span { border-color: rgb(98,108,194); }
td.TdClassName
{
border-color: #626CC2;
}
.TagClassName
{
border-color: #626CC2;
}
</style>