Shades of Chetwode Blue #6264BA
Tints of Chetwode Blue #6264BA
RGB
CMYK
RGB Variations
Color information
#6264BA (or 0x6264BA) is known color: Chetwode Blue. HEX triplet: 62, 64 and BA. RGB value is (98,100,186). Sum of RGB (Red+Green+Blue) = 98+100+186=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #6264BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6264BA is #9D9B45. Grayscale: #6C6C6C. Windows color (decimal): -10328902 or 12215394. OLE color: 12215394.
HSL color Cylindrical-coordinate representation of color #6264BA: hue angle of 238.64º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6264BA is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 100 | 186 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.27 |
| HSL | 238.64º | 0.39% | 0.56% | - |
| HSV(B) | 238.64º | 0.47% | 0.73% | - |
| XYZ | 18.46 | 15.26 | 48.43 | - |
| YUV | 109.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 186 | 0.47 | 0.46 | 0 | 0.27 | 238.64 | 0.39 | 0.56 |
| Hex | 62 | 64 | BA | 2F | 2E | 0 | 1B | EF | 27 | 38 |
| Octal | 142 | 144 | 272 | 57 | 56 | 0 | 33 | 357 | 47 | 70 |
| Binary | 1100010 | 1100100 | 10111010 | 101111 | 101110 | 0 | 11011 | 11101111 | 100111 | 111000 |
Color Harmonies of #6264BA
Complementary color
Monochromatic Colors of #6264BA
Black with #6264BA
Text Example
Text Example
White with #6264BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6264BA; }
p { color: rgb(98,100,186); }
H1.HeaderClassName
{
color: #6264BA;
}
.AnyTagClassName
{
color: #6264BA;
}
</style>
background-color css
<style>
a { background-color: #6264BA; }
a { background-color: rgb(98,100,186); }
div.DivClassName
{
background-color: #6264BA;
}
.BgClassName
{
background-color: #6264BA;
}
</style>
border-color css
<style>
span { border-color: #6264BA; }
span { border-color: rgb(98,100,186); }
td.TdClassName
{
border-color: #6264BA;
}
.TagClassName
{
border-color: #6264BA;
}
</style>