Shades of Chetwode Blue #6366B9
Tints of Chetwode Blue #6366B9
RGB
CMYK
RGB Variations
Color information
#6366B9 (or 0x6366B9) is known color: Chetwode Blue. HEX triplet: 63, 66 and B9. RGB value is (99,102,185). Sum of RGB (Red+Green+Blue) = 99+102+185=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #6366B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366B9 is #9C9946. Grayscale: #6E6E6E. Windows color (decimal): -10262855 or 12150371. OLE color: 12150371.
HSL color Cylindrical-coordinate representation of color #6366B9: hue angle of 237.91º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6366B9 is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 102 | 185 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.27 |
| HSL | 237.91º | 0.38% | 0.56% | - |
| HSV(B) | 237.91º | 0.46% | 0.73% | - |
| XYZ | 18.65 | 15.66 | 47.94 | - |
| YUV | 110.57 | 170.01 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 185 | 0.46 | 0.45 | 0 | 0.27 | 237.91 | 0.38 | 0.56 |
| Hex | 63 | 66 | B9 | 2E | 2D | 0 | 1B | EE | 26 | 38 |
| Octal | 143 | 146 | 271 | 56 | 55 | 0 | 33 | 356 | 46 | 70 |
| Binary | 1100011 | 1100110 | 10111001 | 101110 | 101101 | 0 | 11011 | 11101110 | 100110 | 111000 |
Color Harmonies of #6366B9
Complementary color
Monochromatic Colors of #6366B9
Black with #6366B9
Text Example
Text Example
White with #6366B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366B9; }
p { color: rgb(99,102,185); }
H1.HeaderClassName
{
color: #6366B9;
}
.AnyTagClassName
{
color: #6366B9;
}
</style>
background-color css
<style>
a { background-color: #6366B9; }
a { background-color: rgb(99,102,185); }
div.DivClassName
{
background-color: #6366B9;
}
.BgClassName
{
background-color: #6366B9;
}
</style>
border-color css
<style>
span { border-color: #6366B9; }
span { border-color: rgb(99,102,185); }
td.TdClassName
{
border-color: #6366B9;
}
.TagClassName
{
border-color: #6366B9;
}
</style>