Shades of Chetwode Blue #6365AF
Tints of Chetwode Blue #6365AF
RGB
CMYK
RGB Variations
Color information
#6365AF (or 0x6365AF) is known color: Chetwode Blue. HEX triplet: 63, 65 and AF. RGB value is (99,101,175). Sum of RGB (Red+Green+Blue) = 99+101+175=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #6365AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6365AF is #9C9A50. Grayscale: #6C6C6C. Windows color (decimal): -10263121 or 11494755. OLE color: 11494755.
HSL color Cylindrical-coordinate representation of color #6365AF: hue angle of 238.42º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6365AF is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 101 | 175 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.31 |
| HSL | 238.42º | 0.32% | 0.54% | - |
| HSV(B) | 238.42º | 0.43% | 0.69% | - |
| XYZ | 17.54 | 15.06 | 42.54 | - |
| YUV | 108.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 101 | 175 | 0.43 | 0.42 | 0 | 0.31 | 238.42 | 0.32 | 0.54 |
| Hex | 63 | 65 | AF | 2B | 2A | 0 | 1F | EE | 20 | 36 |
| Octal | 143 | 145 | 257 | 53 | 52 | 0 | 37 | 356 | 40 | 66 |
| Binary | 1100011 | 1100101 | 10101111 | 101011 | 101010 | 0 | 11111 | 11101110 | 100000 | 110110 |
Color Harmonies of #6365AF
Complementary color
Monochromatic Colors of #6365AF
Black with #6365AF
Text Example
Text Example
White with #6365AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6365AF; }
p { color: rgb(99,101,175); }
H1.HeaderClassName
{
color: #6365AF;
}
.AnyTagClassName
{
color: #6365AF;
}
</style>
background-color css
<style>
a { background-color: #6365AF; }
a { background-color: rgb(99,101,175); }
div.DivClassName
{
background-color: #6365AF;
}
.BgClassName
{
background-color: #6365AF;
}
</style>
border-color css
<style>
span { border-color: #6365AF; }
span { border-color: rgb(99,101,175); }
td.TdClassName
{
border-color: #6365AF;
}
.TagClassName
{
border-color: #6365AF;
}
</style>