Shades of Chetwode Blue #6675CC
Tints of Chetwode Blue #6675CC
RGB
CMYK
RGB Variations
Color information
#6675CC (or 0x6675CC) is known color: Chetwode Blue. HEX triplet: 66, 75 and CC. RGB value is (102,117,204). Sum of RGB (Red+Green+Blue) = 102+117+204=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6675CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6675CC is #998A33. Grayscale: #7A7A7A. Windows color (decimal): -10062388 or 13399398. OLE color: 13399398.
HSL color Cylindrical-coordinate representation of color #6675CC: hue angle of 231.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6675CC is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 117 | 204 | - |
| CMYK | 0.5 | 0.43 | 0 | 0.2 |
| HSL | 231.18º | 0.5% | 0.6% | - |
| HSV(B) | 231.18º | 0.5% | 0.8% | - |
| XYZ | 22.74 | 19.91 | 59.77 | - |
| YUV | 122.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 204 | 0.5 | 0.43 | 0 | 0.2 | 231.18 | 0.5 | 0.6 |
| Hex | 66 | 75 | CC | 32 | 2B | 0 | 14 | E7 | 32 | 3C |
| Octal | 146 | 165 | 314 | 62 | 53 | 0 | 24 | 347 | 62 | 74 |
| Binary | 1100110 | 1110101 | 11001100 | 110010 | 101011 | 0 | 10100 | 11100111 | 110010 | 111100 |
Color Harmonies of #6675CC
Complementary color
Monochromatic Colors of #6675CC
Black with #6675CC
Text Example
Text Example
White with #6675CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6675CC; }
p { color: rgb(102,117,204); }
H1.HeaderClassName
{
color: #6675CC;
}
.AnyTagClassName
{
color: #6675CC;
}
</style>
background-color css
<style>
a { background-color: #6675CC; }
a { background-color: rgb(102,117,204); }
div.DivClassName
{
background-color: #6675CC;
}
.BgClassName
{
background-color: #6675CC;
}
</style>
border-color css
<style>
span { border-color: #6675CC; }
span { border-color: rgb(102,117,204); }
td.TdClassName
{
border-color: #6675CC;
}
.TagClassName
{
border-color: #6675CC;
}
</style>