Shades of Chetwode Blue #6268AA
Tints of Chetwode Blue #6268AA
RGB
CMYK
RGB Variations
Color information
#6268AA (or 0x6268AA) is known color: Chetwode Blue. HEX triplet: 62, 68 and AA. RGB value is (98,104,170). Sum of RGB (Red+Green+Blue) = 98+104+170=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #6268AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6268AA is #9D9755. Grayscale: #6D6D6D. Windows color (decimal): -10327894 or 11167842. OLE color: 11167842.
HSL color Cylindrical-coordinate representation of color #6268AA: hue angle of 235º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6268AA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 104 | 170 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.33 |
| HSL | 235º | 0.3% | 0.53% | - |
| HSV(B) | 235º | 0.42% | 0.67% | - |
| XYZ | 17.24 | 15.4 | 40.09 | - |
| YUV | 109.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 170 | 0.42 | 0.39 | 0 | 0.33 | 235 | 0.3 | 0.53 |
| Hex | 62 | 68 | AA | 2A | 27 | 0 | 21 | EB | 1E | 35 |
| Octal | 142 | 150 | 252 | 52 | 47 | 0 | 41 | 353 | 36 | 65 |
| Binary | 1100010 | 1101000 | 10101010 | 101010 | 100111 | 0 | 100001 | 11101011 | 11110 | 110101 |
Color Harmonies of #6268AA
Complementary color
Monochromatic Colors of #6268AA
Black with #6268AA
Text Example
Text Example
White with #6268AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6268AA; }
p { color: rgb(98,104,170); }
H1.HeaderClassName
{
color: #6268AA;
}
.AnyTagClassName
{
color: #6268AA;
}
</style>
background-color css
<style>
a { background-color: #6268AA; }
a { background-color: rgb(98,104,170); }
div.DivClassName
{
background-color: #6268AA;
}
.BgClassName
{
background-color: #6268AA;
}
</style>
border-color css
<style>
span { border-color: #6268AA; }
span { border-color: rgb(98,104,170); }
td.TdClassName
{
border-color: #6268AA;
}
.TagClassName
{
border-color: #6268AA;
}
</style>