Shades of Chetwode Blue #6668BA
Tints of Chetwode Blue #6668BA
RGB
CMYK
RGB Variations
Color information
#6668BA (or 0x6668BA) is known color: Chetwode Blue. HEX triplet: 66, 68 and BA. RGB value is (102,104,186). Sum of RGB (Red+Green+Blue) = 102+104+186=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #6668BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668BA is #999745. Grayscale: #707070. Windows color (decimal): -10065734 or 12216422. OLE color: 12216422.
HSL color Cylindrical-coordinate representation of color #6668BA: hue angle of 238.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6668BA is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 104 | 186 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.27 |
| HSL | 238.57º | 0.38% | 0.56% | - |
| HSV(B) | 238.57º | 0.45% | 0.73% | - |
| XYZ | 19.29 | 16.27 | 48.58 | - |
| YUV | 112.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 186 | 0.45 | 0.44 | 0 | 0.27 | 238.57 | 0.38 | 0.56 |
| Hex | 66 | 68 | BA | 2D | 2C | 0 | 1B | EF | 26 | 38 |
| Octal | 146 | 150 | 272 | 55 | 54 | 0 | 33 | 357 | 46 | 70 |
| Binary | 1100110 | 1101000 | 10111010 | 101101 | 101100 | 0 | 11011 | 11101111 | 100110 | 111000 |
Color Harmonies of #6668BA
Complementary color
Monochromatic Colors of #6668BA
Black with #6668BA
Text Example
Text Example
White with #6668BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6668BA; }
p { color: rgb(102,104,186); }
H1.HeaderClassName
{
color: #6668BA;
}
.AnyTagClassName
{
color: #6668BA;
}
</style>
background-color css
<style>
a { background-color: #6668BA; }
a { background-color: rgb(102,104,186); }
div.DivClassName
{
background-color: #6668BA;
}
.BgClassName
{
background-color: #6668BA;
}
</style>
border-color css
<style>
span { border-color: #6668BA; }
span { border-color: rgb(102,104,186); }
td.TdClassName
{
border-color: #6668BA;
}
.TagClassName
{
border-color: #6668BA;
}
</style>