Shades of Chetwode Blue #6366AD
Tints of Chetwode Blue #6366AD
RGB
CMYK
RGB Variations
Color information
#6366AD (or 0x6366AD) is known color: Chetwode Blue. HEX triplet: 63, 66 and AD. RGB value is (99,102,173). Sum of RGB (Red+Green+Blue) = 99+102+173=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #6366AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6366AD is #9C9952. Grayscale: #6C6C6C. Windows color (decimal): -10262867 or 11363939. OLE color: 11363939.
HSL color Cylindrical-coordinate representation of color #6366AD: hue angle of 237.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6366AD is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 102 | 173 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.32 |
| HSL | 237.57º | 0.31% | 0.53% | - |
| HSV(B) | 237.57º | 0.43% | 0.68% | - |
| XYZ | 17.44 | 15.17 | 41.54 | - |
| YUV | 109.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 173 | 0.43 | 0.41 | 0 | 0.32 | 237.57 | 0.31 | 0.53 |
| Hex | 63 | 66 | AD | 2B | 29 | 0 | 20 | EE | 1F | 35 |
| Octal | 143 | 146 | 255 | 53 | 51 | 0 | 40 | 356 | 37 | 65 |
| Binary | 1100011 | 1100110 | 10101101 | 101011 | 101001 | 0 | 100000 | 11101110 | 11111 | 110101 |
Color Harmonies of #6366AD
Complementary color
Monochromatic Colors of #6366AD
Black with #6366AD
Text Example
Text Example
White with #6366AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366AD; }
p { color: rgb(99,102,173); }
H1.HeaderClassName
{
color: #6366AD;
}
.AnyTagClassName
{
color: #6366AD;
}
</style>
background-color css
<style>
a { background-color: #6366AD; }
a { background-color: rgb(99,102,173); }
div.DivClassName
{
background-color: #6366AD;
}
.BgClassName
{
background-color: #6366AD;
}
</style>
border-color css
<style>
span { border-color: #6366AD; }
span { border-color: rgb(99,102,173); }
td.TdClassName
{
border-color: #6366AD;
}
.TagClassName
{
border-color: #6366AD;
}
</style>