Shades of Chetwode Blue #6368A2
Tints of Chetwode Blue #6368A2
RGB
CMYK
RGB Variations
Color information
#6368A2 (or 0x6368A2) is known color: Chetwode Blue. HEX triplet: 63, 68 and A2. RGB value is (99,104,162). Sum of RGB (Red+Green+Blue) = 99+104+162=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 162 - color contains mainly: blue. Hex color #6368A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6368A2 is #9C975D. Grayscale: #6C6C6C. Windows color (decimal): -10262366 or 10643555. OLE color: 10643555.
HSL color Cylindrical-coordinate representation of color #6368A2: hue angle of 235.24º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6368A2 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 104 | 162 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.36 |
| HSL | 235.24º | 0.25% | 0.51% | - |
| HSV(B) | 235.24º | 0.39% | 0.64% | - |
| XYZ | 16.62 | 15.16 | 36.23 | - |
| YUV | 109.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 162 | 0.39 | 0.36 | 0 | 0.36 | 235.24 | 0.25 | 0.51 |
| Hex | 63 | 68 | A2 | 27 | 24 | 0 | 24 | EB | 19 | 33 |
| Octal | 143 | 150 | 242 | 47 | 44 | 0 | 44 | 353 | 31 | 63 |
| Binary | 1100011 | 1101000 | 10100010 | 100111 | 100100 | 0 | 100100 | 11101011 | 11001 | 110011 |
Color Harmonies of #6368A2
Complementary color
Monochromatic Colors of #6368A2
Black with #6368A2
Text Example
Text Example
White with #6368A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6368A2; }
p { color: rgb(99,104,162); }
H1.HeaderClassName
{
color: #6368A2;
}
.AnyTagClassName
{
color: #6368A2;
}
</style>
background-color css
<style>
a { background-color: #6368A2; }
a { background-color: rgb(99,104,162); }
div.DivClassName
{
background-color: #6368A2;
}
.BgClassName
{
background-color: #6368A2;
}
</style>
border-color css
<style>
span { border-color: #6368A2; }
span { border-color: rgb(99,104,162); }
td.TdClassName
{
border-color: #6368A2;
}
.TagClassName
{
border-color: #6368A2;
}
</style>