Shades of Chetwode Blue #6669BE
Tints of Chetwode Blue #6669BE
RGB
CMYK
RGB Variations
Color information
#6669BE (or 0x6669BE) is known color: Chetwode Blue. HEX triplet: 66, 69 and BE. RGB value is (102,105,190). Sum of RGB (Red+Green+Blue) = 102+105+190=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #6669BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669BE is #999641. Grayscale: #717171. Windows color (decimal): -10065474 or 12478822. OLE color: 12478822.
HSL color Cylindrical-coordinate representation of color #6669BE: hue angle of 237.95º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6669BE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 105 | 190 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.25 |
| HSL | 237.95º | 0.4% | 0.57% | - |
| HSV(B) | 237.95º | 0.46% | 0.75% | - |
| XYZ | 19.83 | 16.65 | 50.88 | - |
| YUV | 113.79 | 171.01 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 190 | 0.46 | 0.45 | 0 | 0.25 | 237.95 | 0.4 | 0.57 |
| Hex | 66 | 69 | BE | 2E | 2D | 0 | 19 | EE | 28 | 39 |
| Octal | 146 | 151 | 276 | 56 | 55 | 0 | 31 | 356 | 50 | 71 |
| Binary | 1100110 | 1101001 | 10111110 | 101110 | 101101 | 0 | 11001 | 11101110 | 101000 | 111001 |
Color Harmonies of #6669BE
Complementary color
Monochromatic Colors of #6669BE
Black with #6669BE
Text Example
Text Example
White with #6669BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6669BE; }
p { color: rgb(102,105,190); }
H1.HeaderClassName
{
color: #6669BE;
}
.AnyTagClassName
{
color: #6669BE;
}
</style>
background-color css
<style>
a { background-color: #6669BE; }
a { background-color: rgb(102,105,190); }
div.DivClassName
{
background-color: #6669BE;
}
.BgClassName
{
background-color: #6669BE;
}
</style>
border-color css
<style>
span { border-color: #6669BE; }
span { border-color: rgb(102,105,190); }
td.TdClassName
{
border-color: #6669BE;
}
.TagClassName
{
border-color: #6669BE;
}
</style>