Shades of Chetwode Blue #6366BB
Tints of Chetwode Blue #6366BB
RGB
CMYK
RGB Variations
Color information
#6366BB (or 0x6366BB) is known color: Chetwode Blue. HEX triplet: 63, 66 and BB. RGB value is (99,102,187). Sum of RGB (Red+Green+Blue) = 99+102+187=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #6366BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366BB is #9C9944. Grayscale: #6E6E6E. Windows color (decimal): -10262853 or 12281443. OLE color: 12281443.
HSL color Cylindrical-coordinate representation of color #6366BB: hue angle of 237.95º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6366BB is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 102 | 187 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.27 |
| HSL | 237.95º | 0.39% | 0.56% | - |
| HSV(B) | 237.95º | 0.47% | 0.73% | - |
| XYZ | 18.87 | 15.74 | 49.06 | - |
| YUV | 110.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 187 | 0.47 | 0.45 | 0 | 0.27 | 237.95 | 0.39 | 0.56 |
| Hex | 63 | 66 | BB | 2F | 2D | 0 | 1B | EE | 27 | 38 |
| Octal | 143 | 146 | 273 | 57 | 55 | 0 | 33 | 356 | 47 | 70 |
| Binary | 1100011 | 1100110 | 10111011 | 101111 | 101101 | 0 | 11011 | 11101110 | 100111 | 111000 |
Color Harmonies of #6366BB
Complementary color
Monochromatic Colors of #6366BB
Black with #6366BB
Text Example
Text Example
White with #6366BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6366BB; }
p { color: rgb(99,102,187); }
H1.HeaderClassName
{
color: #6366BB;
}
.AnyTagClassName
{
color: #6366BB;
}
</style>
background-color css
<style>
a { background-color: #6366BB; }
a { background-color: rgb(99,102,187); }
div.DivClassName
{
background-color: #6366BB;
}
.BgClassName
{
background-color: #6366BB;
}
</style>
border-color css
<style>
span { border-color: #6366BB; }
span { border-color: rgb(99,102,187); }
td.TdClassName
{
border-color: #6366BB;
}
.TagClassName
{
border-color: #6366BB;
}
</style>