Shades of Chetwode Blue #6673C3
Tints of Chetwode Blue #6673C3
RGB
CMYK
RGB Variations
Color information
#6673C3 (or 0x6673C3) is known color: Chetwode Blue. HEX triplet: 66, 73 and C3. RGB value is (102,115,195). Sum of RGB (Red+Green+Blue) = 102+115+195=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #6673C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6673C3 is #998C3C. Grayscale: #777777. Windows color (decimal): -10062909 or 12809062. OLE color: 12809062.
HSL color Cylindrical-coordinate representation of color #6673C3: hue angle of 231.61º 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 #6673C3 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 102 | 115 | 195 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.24 |
| HSL | 231.61º | 0.44% | 0.58% | - |
| HSV(B) | 231.61º | 0.48% | 0.76% | - |
| XYZ | 21.46 | 19.03 | 54.17 | - |
| YUV | 120.23 | 170.19 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 195 | 0.48 | 0.41 | 0 | 0.24 | 231.61 | 0.44 | 0.58 |
| Hex | 66 | 73 | C3 | 30 | 29 | 0 | 18 | E8 | 2C | 3A |
| Octal | 146 | 163 | 303 | 60 | 51 | 0 | 30 | 350 | 54 | 72 |
| Binary | 1100110 | 1110011 | 11000011 | 110000 | 101001 | 0 | 11000 | 11101000 | 101100 | 111010 |
Color Harmonies of #6673C3
Complementary color
Monochromatic Colors of #6673C3
Black with #6673C3
Text Example
Text Example
White with #6673C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6673C3; }
p { color: rgb(102,115,195); }
H1.HeaderClassName
{
color: #6673C3;
}
.AnyTagClassName
{
color: #6673C3;
}
</style>
background-color css
<style>
a { background-color: #6673C3; }
a { background-color: rgb(102,115,195); }
div.DivClassName
{
background-color: #6673C3;
}
.BgClassName
{
background-color: #6673C3;
}
</style>
border-color css
<style>
span { border-color: #6673C3; }
span { border-color: rgb(102,115,195); }
td.TdClassName
{
border-color: #6673C3;
}
.TagClassName
{
border-color: #6673C3;
}
</style>