Shades of Chetwode Blue #6366AB
Tints of Chetwode Blue #6366AB
RGB
CMYK
RGB Variations
Color information
#6366AB (or 0x6366AB) is known color: Chetwode Blue. HEX triplet: 63, 66 and AB. RGB value is (99,102,171). Sum of RGB (Red+Green+Blue) = 99+102+171=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6366AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366AB is #9C9954. Grayscale: #6C6C6C. Windows color (decimal): -10262869 or 11232867. OLE color: 11232867.
HSL color Cylindrical-coordinate representation of color #6366AB: hue angle of 237.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6366AB is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 102 | 171 | - |
| CMYK | 0.42 | 0.40 | 0 | 0.33 |
| HSL | 237.5º | 0.3% | 0.53% | - |
| HSV(B) | 237.5º | 0.42% | 0.67% | - |
| XYZ | 17.25 | 15.1 | 40.53 | - |
| YUV | 108.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 171 | 0.42 | 0.40 | 0 | 0.33 | 237.5 | 0.3 | 0.53 |
| Hex | 63 | 66 | AB | 2A | 28 | 0 | 21 | EE | 1E | 35 |
| Octal | 143 | 146 | 253 | 52 | 50 | 0 | 41 | 356 | 36 | 65 |
| Binary | 1100011 | 1100110 | 10101011 | 101010 | 101000 | 0 | 100001 | 11101110 | 11110 | 110101 |
Color Harmonies of #6366AB
Complementary color
Monochromatic Colors of #6366AB
Black with #6366AB
Text Example
Text Example
White with #6366AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366AB; }
p { color: rgb(99,102,171); }
H1.HeaderClassName
{
color: #6366AB;
}
.AnyTagClassName
{
color: #6366AB;
}
</style>
background-color css
<style>
a { background-color: #6366AB; }
a { background-color: rgb(99,102,171); }
div.DivClassName
{
background-color: #6366AB;
}
.BgClassName
{
background-color: #6366AB;
}
</style>
border-color css
<style>
span { border-color: #6366AB; }
span { border-color: rgb(99,102,171); }
td.TdClassName
{
border-color: #6366AB;
}
.TagClassName
{
border-color: #6366AB;
}
</style>