Shades of Chetwode Blue #6366AE
Tints of Chetwode Blue #6366AE
RGB
CMYK
RGB Variations
Color information
#6366AE (or 0x6366AE) is known color: Chetwode Blue. HEX triplet: 63, 66 and AE. RGB value is (99,102,174). Sum of RGB (Red+Green+Blue) = 99+102+174=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #6366AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366AE is #9C9951. Grayscale: #6D6D6D. Windows color (decimal): -10262866 or 11429475. OLE color: 11429475.
HSL color Cylindrical-coordinate representation of color #6366AE: hue angle of 237.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6366AE is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 102 | 174 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.32 |
| HSL | 237.6º | 0.32% | 0.54% | - |
| HSV(B) | 237.6º | 0.43% | 0.68% | - |
| XYZ | 17.54 | 15.21 | 42.06 | - |
| YUV | 109.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 174 | 0.43 | 0.41 | 0 | 0.32 | 237.6 | 0.32 | 0.54 |
| Hex | 63 | 66 | AE | 2B | 29 | 0 | 20 | EE | 20 | 36 |
| Octal | 143 | 146 | 256 | 53 | 51 | 0 | 40 | 356 | 40 | 66 |
| Binary | 1100011 | 1100110 | 10101110 | 101011 | 101001 | 0 | 100000 | 11101110 | 100000 | 110110 |
Color Harmonies of #6366AE
Complementary color
Monochromatic Colors of #6366AE
Black with #6366AE
Text Example
Text Example
White with #6366AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366AE; }
p { color: rgb(99,102,174); }
H1.HeaderClassName
{
color: #6366AE;
}
.AnyTagClassName
{
color: #6366AE;
}
</style>
background-color css
<style>
a { background-color: #6366AE; }
a { background-color: rgb(99,102,174); }
div.DivClassName
{
background-color: #6366AE;
}
.BgClassName
{
background-color: #6366AE;
}
</style>
border-color css
<style>
span { border-color: #6366AE; }
span { border-color: rgb(99,102,174); }
td.TdClassName
{
border-color: #6366AE;
}
.TagClassName
{
border-color: #6366AE;
}
</style>