Shades of Chetwode Blue #6671C3
Tints of Chetwode Blue #6671C3
RGB
CMYK
RGB Variations
Color information
#6671C3 (or 0x6671C3) is known color: Chetwode Blue. HEX triplet: 66, 71 and C3. RGB value is (102,113,195). Sum of RGB (Red+Green+Blue) = 102+113+195=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 195 - color contains mainly: blue. Hex color #6671C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6671C3 is #998E3C. Grayscale: #767676. Windows color (decimal): -10063421 or 12808550. OLE color: 12808550.
HSL color Cylindrical-coordinate representation of color #6671C3: hue angle of 232.9º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6671C3 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 113 | 195 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.24 |
| HSL | 232.9º | 0.44% | 0.58% | - |
| HSV(B) | 232.9º | 0.48% | 0.76% | - |
| XYZ | 21.23 | 18.58 | 54.1 | - |
| YUV | 119.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 113 | 195 | 0.48 | 0.42 | 0 | 0.24 | 232.9 | 0.44 | 0.58 |
| Hex | 66 | 71 | C3 | 30 | 2A | 0 | 18 | E9 | 2C | 3A |
| Octal | 146 | 161 | 303 | 60 | 52 | 0 | 30 | 351 | 54 | 72 |
| Binary | 1100110 | 1110001 | 11000011 | 110000 | 101010 | 0 | 11000 | 11101001 | 101100 | 111010 |
Color Harmonies of #6671C3
Complementary color
Monochromatic Colors of #6671C3
Black with #6671C3
Text Example
Text Example
White with #6671C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6671C3; }
p { color: rgb(102,113,195); }
H1.HeaderClassName
{
color: #6671C3;
}
.AnyTagClassName
{
color: #6671C3;
}
</style>
background-color css
<style>
a { background-color: #6671C3; }
a { background-color: rgb(102,113,195); }
div.DivClassName
{
background-color: #6671C3;
}
.BgClassName
{
background-color: #6671C3;
}
</style>
border-color css
<style>
span { border-color: #6671C3; }
span { border-color: rgb(102,113,195); }
td.TdClassName
{
border-color: #6671C3;
}
.TagClassName
{
border-color: #6671C3;
}
</style>