Shades of Chetwode Blue #6665B9
Tints of Chetwode Blue #6665B9
RGB
CMYK
RGB Variations
Color information
#6665B9 (or 0x6665B9) is known color: Chetwode Blue. HEX triplet: 66, 65 and B9. RGB value is (102,101,185). Sum of RGB (Red+Green+Blue) = 102+101+185=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #6665B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6665B9 is #999A46. Grayscale: #6E6E6E. Windows color (decimal): -10066503 or 12150118. OLE color: 12150118.
HSL color Cylindrical-coordinate representation of color #6665B9: hue angle of 240.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6665B9 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 101 | 185 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.27 |
| HSL | 240.71º | 0.38% | 0.56% | - |
| HSV(B) | 240.71º | 0.45% | 0.73% | - |
| XYZ | 18.89 | 15.63 | 47.92 | - |
| YUV | 110.88 | 169.83 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 185 | 0.45 | 0.45 | 0 | 0.27 | 240.71 | 0.38 | 0.56 |
| Hex | 66 | 65 | B9 | 2D | 2D | 0 | 1B | F1 | 26 | 38 |
| Octal | 146 | 145 | 271 | 55 | 55 | 0 | 33 | 361 | 46 | 70 |
| Binary | 1100110 | 1100101 | 10111001 | 101101 | 101101 | 0 | 11011 | 11110001 | 100110 | 111000 |
Color Harmonies of #6665B9
Complementary color
Monochromatic Colors of #6665B9
Black with #6665B9
Text Example
Text Example
White with #6665B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6665B9; }
p { color: rgb(102,101,185); }
H1.HeaderClassName
{
color: #6665B9;
}
.AnyTagClassName
{
color: #6665B9;
}
</style>
background-color css
<style>
a { background-color: #6665B9; }
a { background-color: rgb(102,101,185); }
div.DivClassName
{
background-color: #6665B9;
}
.BgClassName
{
background-color: #6665B9;
}
</style>
border-color css
<style>
span { border-color: #6665B9; }
span { border-color: rgb(102,101,185); }
td.TdClassName
{
border-color: #6665B9;
}
.TagClassName
{
border-color: #6665B9;
}
</style>