Shades of Chetwode Blue #6268A3
Tints of Chetwode Blue #6268A3
RGB
CMYK
RGB Variations
Color information
#6268A3 (or 0x6268A3) is known color: Chetwode Blue. HEX triplet: 62, 68 and A3. RGB value is (98,104,163). Sum of RGB (Red+Green+Blue) = 98+104+163=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 163 - color contains mainly: blue. Hex color #6268A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6268A3 is #9D975C. Grayscale: #6C6C6C. Windows color (decimal): -10327901 or 10709090. OLE color: 10709090.
HSL color Cylindrical-coordinate representation of color #6268A3: hue angle of 234.46º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6268A3 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 104 | 163 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.36 |
| HSL | 234.46º | 0.26% | 0.51% | - |
| HSV(B) | 234.46º | 0.4% | 0.64% | - |
| XYZ | 16.6 | 15.14 | 36.7 | - |
| YUV | 108.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 163 | 0.40 | 0.36 | 0 | 0.36 | 234.46 | 0.26 | 0.51 |
| Hex | 62 | 68 | A3 | 28 | 24 | 0 | 24 | EA | 1A | 33 |
| Octal | 142 | 150 | 243 | 50 | 44 | 0 | 44 | 352 | 32 | 63 |
| Binary | 1100010 | 1101000 | 10100011 | 101000 | 100100 | 0 | 100100 | 11101010 | 11010 | 110011 |
Color Harmonies of #6268A3
Complementary color
Monochromatic Colors of #6268A3
Black with #6268A3
Text Example
Text Example
White with #6268A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6268A3; }
p { color: rgb(98,104,163); }
H1.HeaderClassName
{
color: #6268A3;
}
.AnyTagClassName
{
color: #6268A3;
}
</style>
background-color css
<style>
a { background-color: #6268A3; }
a { background-color: rgb(98,104,163); }
div.DivClassName
{
background-color: #6268A3;
}
.BgClassName
{
background-color: #6268A3;
}
</style>
border-color css
<style>
span { border-color: #6268A3; }
span { border-color: rgb(98,104,163); }
td.TdClassName
{
border-color: #6268A3;
}
.TagClassName
{
border-color: #6268A3;
}
</style>