Shades of Chetwode Blue #6668A5
Tints of Chetwode Blue #6668A5
RGB
CMYK
RGB Variations
Color information
#6668A5 (or 0x6668A5) is known color: Chetwode Blue. HEX triplet: 66, 68 and A5. RGB value is (102,104,165). Sum of RGB (Red+Green+Blue) = 102+104+165=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 165 - color contains mainly: blue. Hex color #6668A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6668A5 is #99975A. Grayscale: #6E6E6E. Windows color (decimal): -10065755 or 10840166. OLE color: 10840166.
HSL color Cylindrical-coordinate representation of color #6668A5: hue angle of 238.1º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6668A5 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 104 | 165 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.35 |
| HSL | 238.1º | 0.26% | 0.52% | - |
| HSV(B) | 238.1º | 0.38% | 0.65% | - |
| XYZ | 17.22 | 15.44 | 37.67 | - |
| YUV | 110.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 165 | 0.38 | 0.37 | 0 | 0.35 | 238.1 | 0.26 | 0.52 |
| Hex | 66 | 68 | A5 | 26 | 25 | 0 | 23 | EE | 1A | 34 |
| Octal | 146 | 150 | 245 | 46 | 45 | 0 | 43 | 356 | 32 | 64 |
| Binary | 1100110 | 1101000 | 10100101 | 100110 | 100101 | 0 | 100011 | 11101110 | 11010 | 110100 |
Color Harmonies of #6668A5
Complementary color
Monochromatic Colors of #6668A5
Black with #6668A5
Text Example
Text Example
White with #6668A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668A5; }
p { color: rgb(102,104,165); }
H1.HeaderClassName
{
color: #6668A5;
}
.AnyTagClassName
{
color: #6668A5;
}
</style>
background-color css
<style>
a { background-color: #6668A5; }
a { background-color: rgb(102,104,165); }
div.DivClassName
{
background-color: #6668A5;
}
.BgClassName
{
background-color: #6668A5;
}
</style>
border-color css
<style>
span { border-color: #6668A5; }
span { border-color: rgb(102,104,165); }
td.TdClassName
{
border-color: #6668A5;
}
.TagClassName
{
border-color: #6668A5;
}
</style>