Shades of Chetwode Blue #6263BD
Tints of Chetwode Blue #6263BD
RGB
CMYK
RGB Variations
Color information
#6263BD (or 0x6263BD) is known color: Chetwode Blue. HEX triplet: 62, 63 and BD. RGB value is (98,99,189). Sum of RGB (Red+Green+Blue) = 98+99+189=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #6263BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6263BD is #9D9C42. Grayscale: #6C6C6C. Windows color (decimal): -10329155 or 12411746. OLE color: 12411746.
HSL color Cylindrical-coordinate representation of color #6263BD: hue angle of 239.34º 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 #6263BD is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 99 | 189 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.26 |
| HSL | 239.34º | 0.41% | 0.56% | - |
| HSV(B) | 239.34º | 0.48% | 0.74% | - |
| XYZ | 18.68 | 15.19 | 50.09 | - |
| YUV | 108.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 189 | 0.48 | 0.48 | 0 | 0.26 | 239.34 | 0.41 | 0.56 |
| Hex | 62 | 63 | BD | 30 | 30 | 0 | 1A | EF | 29 | 38 |
| Octal | 142 | 143 | 275 | 60 | 60 | 0 | 32 | 357 | 51 | 70 |
| Binary | 1100010 | 1100011 | 10111101 | 110000 | 110000 | 0 | 11010 | 11101111 | 101001 | 111000 |
Color Harmonies of #6263BD
Complementary color
Monochromatic Colors of #6263BD
Black with #6263BD
Text Example
Text Example
White with #6263BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6263BD; }
p { color: rgb(98,99,189); }
H1.HeaderClassName
{
color: #6263BD;
}
.AnyTagClassName
{
color: #6263BD;
}
</style>
background-color css
<style>
a { background-color: #6263BD; }
a { background-color: rgb(98,99,189); }
div.DivClassName
{
background-color: #6263BD;
}
.BgClassName
{
background-color: #6263BD;
}
</style>
border-color css
<style>
span { border-color: #6263BD; }
span { border-color: rgb(98,99,189); }
td.TdClassName
{
border-color: #6263BD;
}
.TagClassName
{
border-color: #6263BD;
}
</style>