Shades of Chetwode Blue #6266B3
Tints of Chetwode Blue #6266B3
RGB
CMYK
RGB Variations
Color information
#6266B3 (or 0x6266B3) is known color: Chetwode Blue. HEX triplet: 62, 66 and B3. RGB value is (98,102,179). Sum of RGB (Red+Green+Blue) = 98+102+179=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 179 (70.31% from 255 or 47.23% from 379); Max value from RGB is 179 - color contains mainly: blue. Hex color #6266B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6266B3 is #9D994C. Grayscale: #6D6D6D. Windows color (decimal): -10328397 or 11757154. OLE color: 11757154.
HSL color Cylindrical-coordinate representation of color #6266B3: hue angle of 237.04º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6266B3 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 102 | 179 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.30 |
| HSL | 237.04º | 0.35% | 0.54% | - |
| HSV(B) | 237.04º | 0.45% | 0.7% | - |
| XYZ | 17.93 | 15.35 | 44.67 | - |
| YUV | 109.58 | 167.17 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 102 | 179 | 0.45 | 0.43 | 0 | 0.30 | 237.04 | 0.35 | 0.54 |
| Hex | 62 | 66 | B3 | 2D | 2B | 0 | 1E | ED | 23 | 36 |
| Octal | 142 | 146 | 263 | 55 | 53 | 0 | 36 | 355 | 43 | 66 |
| Binary | 1100010 | 1100110 | 10110011 | 101101 | 101011 | 0 | 11110 | 11101101 | 100011 | 110110 |
Color Harmonies of #6266B3
Complementary color
Monochromatic Colors of #6266B3
Black with #6266B3
Text Example
Text Example
White with #6266B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6266B3; }
p { color: rgb(98,102,179); }
H1.HeaderClassName
{
color: #6266B3;
}
.AnyTagClassName
{
color: #6266B3;
}
</style>
background-color css
<style>
a { background-color: #6266B3; }
a { background-color: rgb(98,102,179); }
div.DivClassName
{
background-color: #6266B3;
}
.BgClassName
{
background-color: #6266B3;
}
</style>
border-color css
<style>
span { border-color: #6266B3; }
span { border-color: rgb(98,102,179); }
td.TdClassName
{
border-color: #6266B3;
}
.TagClassName
{
border-color: #6266B3;
}
</style>