Shades of Chetwode Blue #6266BF
Tints of Chetwode Blue #6266BF
RGB
CMYK
RGB Variations
Color information
#6266BF (or 0x6266BF) is known color: Chetwode Blue. HEX triplet: 62, 66 and BF. RGB value is (98,102,191). Sum of RGB (Red+Green+Blue) = 98+102+191=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6266BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266BF is #9D9940. Grayscale: #6E6E6E. Windows color (decimal): -10328385 or 12543586. OLE color: 12543586.
HSL color Cylindrical-coordinate representation of color #6266BF: hue angle of 237.42º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6266BF is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 102 | 191 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.25 |
| HSL | 237.42º | 0.42% | 0.57% | - |
| HSV(B) | 237.42º | 0.49% | 0.75% | - |
| XYZ | 19.19 | 15.86 | 51.34 | - |
| YUV | 110.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 191 | 0.49 | 0.47 | 0 | 0.25 | 237.42 | 0.42 | 0.57 |
| Hex | 62 | 66 | BF | 31 | 2F | 0 | 19 | ED | 2A | 39 |
| Octal | 142 | 146 | 277 | 61 | 57 | 0 | 31 | 355 | 52 | 71 |
| Binary | 1100010 | 1100110 | 10111111 | 110001 | 101111 | 0 | 11001 | 11101101 | 101010 | 111001 |
Color Harmonies of #6266BF
Complementary color
Monochromatic Colors of #6266BF
Black with #6266BF
Text Example
Text Example
White with #6266BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266BF; }
p { color: rgb(98,102,191); }
H1.HeaderClassName
{
color: #6266BF;
}
.AnyTagClassName
{
color: #6266BF;
}
</style>
background-color css
<style>
a { background-color: #6266BF; }
a { background-color: rgb(98,102,191); }
div.DivClassName
{
background-color: #6266BF;
}
.BgClassName
{
background-color: #6266BF;
}
</style>
border-color css
<style>
span { border-color: #6266BF; }
span { border-color: rgb(98,102,191); }
td.TdClassName
{
border-color: #6266BF;
}
.TagClassName
{
border-color: #6266BF;
}
</style>