Shades of Chetwode Blue #636AA4
Tints of Chetwode Blue #636AA4
RGB
CMYK
RGB Variations
Color information
#636AA4 (or 0x636AA4) is known color: Chetwode Blue. HEX triplet: 63, 6A and A4. RGB value is (99,106,164). Sum of RGB (Red+Green+Blue) = 99+106+164=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #636AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636AA4 is #9C955B. Grayscale: #6E6E6E. Windows color (decimal): -10261852 or 10775139. OLE color: 10775139.
HSL color Cylindrical-coordinate representation of color #636AA4: hue angle of 233.54º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #636AA4 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 106 | 164 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.36 |
| HSL | 233.54º | 0.26% | 0.52% | - |
| HSV(B) | 233.54º | 0.4% | 0.64% | - |
| XYZ | 17 | 15.64 | 37.24 | - |
| YUV | 110.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 164 | 0.40 | 0.35 | 0 | 0.36 | 233.54 | 0.26 | 0.52 |
| Hex | 63 | 6A | A4 | 28 | 23 | 0 | 24 | EA | 1A | 34 |
| Octal | 143 | 152 | 244 | 50 | 43 | 0 | 44 | 352 | 32 | 64 |
| Binary | 1100011 | 1101010 | 10100100 | 101000 | 100011 | 0 | 100100 | 11101010 | 11010 | 110100 |
Color Harmonies of #636AA4
Complementary color
Monochromatic Colors of #636AA4
Black with #636AA4
Text Example
Text Example
White with #636AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636AA4; }
p { color: rgb(99,106,164); }
H1.HeaderClassName
{
color: #636AA4;
}
.AnyTagClassName
{
color: #636AA4;
}
</style>
background-color css
<style>
a { background-color: #636AA4; }
a { background-color: rgb(99,106,164); }
div.DivClassName
{
background-color: #636AA4;
}
.BgClassName
{
background-color: #636AA4;
}
</style>
border-color css
<style>
span { border-color: #636AA4; }
span { border-color: rgb(99,106,164); }
td.TdClassName
{
border-color: #636AA4;
}
.TagClassName
{
border-color: #636AA4;
}
</style>