Shades of Chetwode Blue #6264BD
Tints of Chetwode Blue #6264BD
RGB
CMYK
RGB Variations
Color information
#6264BD (or 0x6264BD) is known color: Chetwode Blue. HEX triplet: 62, 64 and BD. RGB value is (98,100,189). Sum of RGB (Red+Green+Blue) = 98+100+189=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #6264BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264BD is #9D9B42. Grayscale: #6D6D6D. Windows color (decimal): -10328899 or 12412002. OLE color: 12412002.
HSL color Cylindrical-coordinate representation of color #6264BD: hue angle of 238.68º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6264BD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 100 | 189 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.26 |
| HSL | 238.68º | 0.41% | 0.56% | - |
| HSV(B) | 238.68º | 0.48% | 0.74% | - |
| XYZ | 18.78 | 15.39 | 50.12 | - |
| YUV | 109.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 189 | 0.48 | 0.47 | 0 | 0.26 | 238.68 | 0.41 | 0.56 |
| Hex | 62 | 64 | BD | 30 | 2F | 0 | 1A | EF | 29 | 38 |
| Octal | 142 | 144 | 275 | 60 | 57 | 0 | 32 | 357 | 51 | 70 |
| Binary | 1100010 | 1100100 | 10111101 | 110000 | 101111 | 0 | 11010 | 11101111 | 101001 | 111000 |
Color Harmonies of #6264BD
Complementary color
Monochromatic Colors of #6264BD
Black with #6264BD
Text Example
Text Example
White with #6264BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264BD; }
p { color: rgb(98,100,189); }
H1.HeaderClassName
{
color: #6264BD;
}
.AnyTagClassName
{
color: #6264BD;
}
</style>
background-color css
<style>
a { background-color: #6264BD; }
a { background-color: rgb(98,100,189); }
div.DivClassName
{
background-color: #6264BD;
}
.BgClassName
{
background-color: #6264BD;
}
</style>
border-color css
<style>
span { border-color: #6264BD; }
span { border-color: rgb(98,100,189); }
td.TdClassName
{
border-color: #6264BD;
}
.TagClassName
{
border-color: #6264BD;
}
</style>