Shades of Chetwode Blue #6665BC
Tints of Chetwode Blue #6665BC
RGB
CMYK
RGB Variations
Color information
#6665BC (or 0x6665BC) is known color: Chetwode Blue. HEX triplet: 66, 65 and BC. RGB value is (102,101,188). Sum of RGB (Red+Green+Blue) = 102+101+188=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #6665BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6665BC is #999A43. Grayscale: #6E6E6E. Windows color (decimal): -10066500 or 12346726. OLE color: 12346726.
HSL color Cylindrical-coordinate representation of color #6665BC: hue angle of 240.69º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6665BC is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 101 | 188 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.26 |
| HSL | 240.69º | 0.39% | 0.57% | - |
| HSV(B) | 240.69º | 0.46% | 0.74% | - |
| XYZ | 19.21 | 15.76 | 49.61 | - |
| YUV | 111.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 188 | 0.46 | 0.46 | 0 | 0.26 | 240.69 | 0.39 | 0.57 |
| Hex | 66 | 65 | BC | 2E | 2E | 0 | 1A | F1 | 27 | 39 |
| Octal | 146 | 145 | 274 | 56 | 56 | 0 | 32 | 361 | 47 | 71 |
| Binary | 1100110 | 1100101 | 10111100 | 101110 | 101110 | 0 | 11010 | 11110001 | 100111 | 111001 |
Color Harmonies of #6665BC
Complementary color
Monochromatic Colors of #6665BC
Black with #6665BC
Text Example
Text Example
White with #6665BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6665BC; }
p { color: rgb(102,101,188); }
H1.HeaderClassName
{
color: #6665BC;
}
.AnyTagClassName
{
color: #6665BC;
}
</style>
background-color css
<style>
a { background-color: #6665BC; }
a { background-color: rgb(102,101,188); }
div.DivClassName
{
background-color: #6665BC;
}
.BgClassName
{
background-color: #6665BC;
}
</style>
border-color css
<style>
span { border-color: #6665BC; }
span { border-color: rgb(102,101,188); }
td.TdClassName
{
border-color: #6665BC;
}
.TagClassName
{
border-color: #6665BC;
}
</style>