Shades of Chetwode Blue #626CCD
Tints of Chetwode Blue #626CCD
RGB
CMYK
RGB Variations
Color information
#626CCD (or 0x626CCD) is known color: Chetwode Blue. HEX triplet: 62, 6C and CD. RGB value is (98,108,205). Sum of RGB (Red+Green+Blue) = 98+108+205=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #626CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CCD is #9D9332. Grayscale: #737373. Windows color (decimal): -10326835 or 13462626. OLE color: 13462626.
HSL color Cylindrical-coordinate representation of color #626CCD: hue angle of 234.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #626CCD is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 108 | 205 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.20 |
| HSL | 234.39º | 0.52% | 0.59% | - |
| HSV(B) | 234.39º | 0.52% | 0.8% | - |
| XYZ | 21.42 | 17.73 | 60.05 | - |
| YUV | 116.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 205 | 0.52 | 0.47 | 0 | 0.20 | 234.39 | 0.52 | 0.59 |
| Hex | 62 | 6C | CD | 34 | 2F | 0 | 14 | EA | 34 | 3B |
| Octal | 142 | 154 | 315 | 64 | 57 | 0 | 24 | 352 | 64 | 73 |
| Binary | 1100010 | 1101100 | 11001101 | 110100 | 101111 | 0 | 10100 | 11101010 | 110100 | 111011 |
Color Harmonies of #626CCD
Complementary color
Monochromatic Colors of #626CCD
Black with #626CCD
Text Example
Text Example
White with #626CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CCD; }
p { color: rgb(98,108,205); }
H1.HeaderClassName
{
color: #626CCD;
}
.AnyTagClassName
{
color: #626CCD;
}
</style>
background-color css
<style>
a { background-color: #626CCD; }
a { background-color: rgb(98,108,205); }
div.DivClassName
{
background-color: #626CCD;
}
.BgClassName
{
background-color: #626CCD;
}
</style>
border-color css
<style>
span { border-color: #626CCD; }
span { border-color: rgb(98,108,205); }
td.TdClassName
{
border-color: #626CCD;
}
.TagClassName
{
border-color: #626CCD;
}
</style>