Shades of Chetwode Blue #6268BB
Tints of Chetwode Blue #6268BB
RGB
CMYK
RGB Variations
Color information
#6268BB (or 0x6268BB) is known color: Chetwode Blue. HEX triplet: 62, 68 and BB. RGB value is (98,104,187). Sum of RGB (Red+Green+Blue) = 98+104+187=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #6268BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6268BB is #9D9744. Grayscale: #6F6F6F. Windows color (decimal): -10327877 or 12281954. OLE color: 12281954.
HSL color Cylindrical-coordinate representation of color #6268BB: hue angle of 235.96º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6268BB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 104 | 187 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.27 |
| HSL | 235.96º | 0.4% | 0.56% | - |
| HSV(B) | 235.96º | 0.48% | 0.73% | - |
| XYZ | 18.96 | 16.09 | 49.12 | - |
| YUV | 111.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 187 | 0.48 | 0.44 | 0 | 0.27 | 235.96 | 0.4 | 0.56 |
| Hex | 62 | 68 | BB | 30 | 2C | 0 | 1B | EC | 28 | 38 |
| Octal | 142 | 150 | 273 | 60 | 54 | 0 | 33 | 354 | 50 | 70 |
| Binary | 1100010 | 1101000 | 10111011 | 110000 | 101100 | 0 | 11011 | 11101100 | 101000 | 111000 |
Color Harmonies of #6268BB
Complementary color
Monochromatic Colors of #6268BB
Black with #6268BB
Text Example
Text Example
White with #6268BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6268BB; }
p { color: rgb(98,104,187); }
H1.HeaderClassName
{
color: #6268BB;
}
.AnyTagClassName
{
color: #6268BB;
}
</style>
background-color css
<style>
a { background-color: #6268BB; }
a { background-color: rgb(98,104,187); }
div.DivClassName
{
background-color: #6268BB;
}
.BgClassName
{
background-color: #6268BB;
}
</style>
border-color css
<style>
span { border-color: #6268BB; }
span { border-color: rgb(98,104,187); }
td.TdClassName
{
border-color: #6268BB;
}
.TagClassName
{
border-color: #6268BB;
}
</style>