Shades of Chetwode Blue #6679CC
Tints of Chetwode Blue #6679CC
RGB
CMYK
RGB Variations
Color information
#6679CC (or 0x6679CC) is known color: Chetwode Blue. HEX triplet: 66, 79 and CC. RGB value is (102,121,204). Sum of RGB (Red+Green+Blue) = 102+121+204=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #6679CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6679CC is #998633. Grayscale: #7C7C7C. Windows color (decimal): -10061364 or 13400422. OLE color: 13400422.
HSL color Cylindrical-coordinate representation of color #6679CC: hue angle of 228.82º 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 #6679CC is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 121 | 204 | - |
| CMYK | 0.5 | 0.41 | 0 | 0.2 |
| HSL | 228.82º | 0.5% | 0.6% | - |
| HSV(B) | 228.82º | 0.5% | 0.8% | - |
| XYZ | 23.22 | 20.86 | 59.93 | - |
| YUV | 124.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 204 | 0.5 | 0.41 | 0 | 0.2 | 228.82 | 0.5 | 0.6 |
| Hex | 66 | 79 | CC | 32 | 29 | 0 | 14 | E5 | 32 | 3C |
| Octal | 146 | 171 | 314 | 62 | 51 | 0 | 24 | 345 | 62 | 74 |
| Binary | 1100110 | 1111001 | 11001100 | 110010 | 101001 | 0 | 10100 | 11100101 | 110010 | 111100 |
Color Harmonies of #6679CC
Complementary color
Monochromatic Colors of #6679CC
Black with #6679CC
Text Example
Text Example
White with #6679CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6679CC; }
p { color: rgb(102,121,204); }
H1.HeaderClassName
{
color: #6679CC;
}
.AnyTagClassName
{
color: #6679CC;
}
</style>
background-color css
<style>
a { background-color: #6679CC; }
a { background-color: rgb(102,121,204); }
div.DivClassName
{
background-color: #6679CC;
}
.BgClassName
{
background-color: #6679CC;
}
</style>
border-color css
<style>
span { border-color: #6679CC; }
span { border-color: rgb(102,121,204); }
td.TdClassName
{
border-color: #6679CC;
}
.TagClassName
{
border-color: #6679CC;
}
</style>