Shades of Chetwode Blue #6469AF
Tints of Chetwode Blue #6469AF
RGB
CMYK
RGB Variations
Color information
#6469AF (or 0x6469AF) is known color: Chetwode Blue. HEX triplet: 64, 69 and AF. RGB value is (100,105,175). Sum of RGB (Red+Green+Blue) = 100+105+175=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #6469AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6469AF is #9B9650. Grayscale: #6F6F6F. Windows color (decimal): -10196561 or 11495780. OLE color: 11495780.
HSL color Cylindrical-coordinate representation of color #6469AF: hue angle of 236º 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 #6469AF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 105 | 175 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.31 |
| HSL | 236º | 0.32% | 0.54% | - |
| HSV(B) | 236º | 0.43% | 0.69% | - |
| XYZ | 18.04 | 15.91 | 42.68 | - |
| YUV | 111.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 175 | 0.43 | 0.40 | 0 | 0.31 | 236 | 0.32 | 0.54 |
| Hex | 64 | 69 | AF | 2B | 28 | 0 | 1F | EC | 20 | 36 |
| Octal | 144 | 151 | 257 | 53 | 50 | 0 | 37 | 354 | 40 | 66 |
| Binary | 1100100 | 1101001 | 10101111 | 101011 | 101000 | 0 | 11111 | 11101100 | 100000 | 110110 |
Color Harmonies of #6469AF
Complementary color
Monochromatic Colors of #6469AF
Black with #6469AF
Text Example
Text Example
White with #6469AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6469AF; }
p { color: rgb(100,105,175); }
H1.HeaderClassName
{
color: #6469AF;
}
.AnyTagClassName
{
color: #6469AF;
}
</style>
background-color css
<style>
a { background-color: #6469AF; }
a { background-color: rgb(100,105,175); }
div.DivClassName
{
background-color: #6469AF;
}
.BgClassName
{
background-color: #6469AF;
}
</style>
border-color css
<style>
span { border-color: #6469AF; }
span { border-color: rgb(100,105,175); }
td.TdClassName
{
border-color: #6469AF;
}
.TagClassName
{
border-color: #6469AF;
}
</style>