Shades of Chetwode Blue #6671C1
Tints of Chetwode Blue #6671C1
RGB
CMYK
RGB Variations
Color information
#6671C1 (or 0x6671C1) is known color: Chetwode Blue. HEX triplet: 66, 71 and C1. RGB value is (102,113,193). Sum of RGB (Red+Green+Blue) = 102+113+193=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #6671C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6671C1 is #998E3E. Grayscale: #767676. Windows color (decimal): -10063423 or 12677478. OLE color: 12677478.
HSL color Cylindrical-coordinate representation of color #6671C1: hue angle of 232.75º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6671C1 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 113 | 193 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.24 |
| HSL | 232.75º | 0.42% | 0.58% | - |
| HSV(B) | 232.75º | 0.47% | 0.76% | - |
| XYZ | 21.01 | 18.49 | 52.91 | - |
| YUV | 118.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 193 | 0.47 | 0.41 | 0 | 0.24 | 232.75 | 0.42 | 0.58 |
| Hex | 66 | 71 | C1 | 2F | 29 | 0 | 18 | E9 | 2A | 3A |
| Octal | 146 | 161 | 301 | 57 | 51 | 0 | 30 | 351 | 52 | 72 |
| Binary | 1100110 | 1110001 | 11000001 | 101111 | 101001 | 0 | 11000 | 11101001 | 101010 | 111010 |
Color Harmonies of #6671C1
Complementary color
Monochromatic Colors of #6671C1
Black with #6671C1
Text Example
Text Example
White with #6671C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6671C1; }
p { color: rgb(102,113,193); }
H1.HeaderClassName
{
color: #6671C1;
}
.AnyTagClassName
{
color: #6671C1;
}
</style>
background-color css
<style>
a { background-color: #6671C1; }
a { background-color: rgb(102,113,193); }
div.DivClassName
{
background-color: #6671C1;
}
.BgClassName
{
background-color: #6671C1;
}
</style>
border-color css
<style>
span { border-color: #6671C1; }
span { border-color: rgb(102,113,193); }
td.TdClassName
{
border-color: #6671C1;
}
.TagClassName
{
border-color: #6671C1;
}
</style>