Shades of Chetwode Blue #6668B6
Tints of Chetwode Blue #6668B6
RGB
CMYK
RGB Variations
Color information
#6668B6 (or 0x6668B6) is known color: Chetwode Blue. HEX triplet: 66, 68 and B6. RGB value is (102,104,182). Sum of RGB (Red+Green+Blue) = 102+104+182=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #6668B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668B6 is #999749. Grayscale: #6F6F6F. Windows color (decimal): -10065738 or 11954278. OLE color: 11954278.
HSL color Cylindrical-coordinate representation of color #6668B6: hue angle of 238.5º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6668B6 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 104 | 182 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.29 |
| HSL | 238.5º | 0.35% | 0.56% | - |
| HSV(B) | 238.5º | 0.44% | 0.71% | - |
| XYZ | 18.87 | 16.1 | 46.37 | - |
| YUV | 112.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 182 | 0.44 | 0.43 | 0 | 0.29 | 238.5 | 0.35 | 0.56 |
| Hex | 66 | 68 | B6 | 2C | 2B | 0 | 1D | EE | 23 | 38 |
| Octal | 146 | 150 | 266 | 54 | 53 | 0 | 35 | 356 | 43 | 70 |
| Binary | 1100110 | 1101000 | 10110110 | 101100 | 101011 | 0 | 11101 | 11101110 | 100011 | 111000 |
Color Harmonies of #6668B6
Complementary color
Monochromatic Colors of #6668B6
Black with #6668B6
Text Example
Text Example
White with #6668B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668B6; }
p { color: rgb(102,104,182); }
H1.HeaderClassName
{
color: #6668B6;
}
.AnyTagClassName
{
color: #6668B6;
}
</style>
background-color css
<style>
a { background-color: #6668B6; }
a { background-color: rgb(102,104,182); }
div.DivClassName
{
background-color: #6668B6;
}
.BgClassName
{
background-color: #6668B6;
}
</style>
border-color css
<style>
span { border-color: #6668B6; }
span { border-color: rgb(102,104,182); }
td.TdClassName
{
border-color: #6668B6;
}
.TagClassName
{
border-color: #6668B6;
}
</style>