Shades of Chetwode Blue #6269AB
Tints of Chetwode Blue #6269AB
RGB
CMYK
RGB Variations
Color information
#6269AB (or 0x6269AB) is known color: Chetwode Blue. HEX triplet: 62, 69 and AB. RGB value is (98,105,171). Sum of RGB (Red+Green+Blue) = 98+105+171=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6269AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6269AB is #9D9654. Grayscale: #6E6E6E. Windows color (decimal): -10327637 or 11233634. OLE color: 11233634.
HSL color Cylindrical-coordinate representation of color #6269AB: hue angle of 234.25º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6269AB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 105 | 171 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.33 |
| HSL | 234.25º | 0.3% | 0.53% | - |
| HSV(B) | 234.25º | 0.43% | 0.67% | - |
| XYZ | 17.44 | 15.64 | 40.63 | - |
| YUV | 110.43 | 162.18 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 171 | 0.43 | 0.39 | 0 | 0.33 | 234.25 | 0.3 | 0.53 |
| Hex | 62 | 69 | AB | 2B | 27 | 0 | 21 | EA | 1E | 35 |
| Octal | 142 | 151 | 253 | 53 | 47 | 0 | 41 | 352 | 36 | 65 |
| Binary | 1100010 | 1101001 | 10101011 | 101011 | 100111 | 0 | 100001 | 11101010 | 11110 | 110101 |
Color Harmonies of #6269AB
Complementary color
Monochromatic Colors of #6269AB
Black with #6269AB
Text Example
Text Example
White with #6269AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6269AB; }
p { color: rgb(98,105,171); }
H1.HeaderClassName
{
color: #6269AB;
}
.AnyTagClassName
{
color: #6269AB;
}
</style>
background-color css
<style>
a { background-color: #6269AB; }
a { background-color: rgb(98,105,171); }
div.DivClassName
{
background-color: #6269AB;
}
.BgClassName
{
background-color: #6269AB;
}
</style>
border-color css
<style>
span { border-color: #6269AB; }
span { border-color: rgb(98,105,171); }
td.TdClassName
{
border-color: #6269AB;
}
.TagClassName
{
border-color: #6269AB;
}
</style>