Shades of Bermuda Grey #668FA4
Tints of Bermuda Grey #668FA4
RGB
CMYK
RGB Variations
Color information
#668FA4 (or 0x668FA4) is known color: Bermuda Grey. HEX triplet: 66, 8F and A4. RGB value is (102,143,164). Sum of RGB (Red+Green+Blue) = 102+143+164=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 164 - color contains mainly: blue. Hex color #668FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA4 is #99705B. Grayscale: #858585. Windows color (decimal): -10055772 or 10784614. OLE color: 10784614.
HSL color Cylindrical-coordinate representation of color #668FA4: hue angle of 200.32º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #668FA4 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 143 | 164 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.36 |
| HSL | 200.32º | 0.25% | 0.52% | - |
| HSV(B) | 200.32º | 0.38% | 0.64% | - |
| XYZ | 22 | 25.15 | 38.82 | - |
| YUV | 133.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 164 | 0.38 | 0.13 | 0 | 0.36 | 200.32 | 0.25 | 0.52 |
| Hex | 66 | 8F | A4 | 26 | D | 0 | 24 | C8 | 19 | 34 |
| Octal | 146 | 217 | 244 | 46 | 15 | 0 | 44 | 310 | 31 | 64 |
| Binary | 1100110 | 10001111 | 10100100 | 100110 | 1101 | 0 | 100100 | 11001000 | 11001 | 110100 |
Color Harmonies of #668FA4
Complementary color
Monochromatic Colors of #668FA4
Black with #668FA4
Text Example
Text Example
White with #668FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FA4; }
p { color: rgb(102,143,164); }
H1.HeaderClassName
{
color: #668FA4;
}
.AnyTagClassName
{
color: #668FA4;
}
</style>
background-color css
<style>
a { background-color: #668FA4; }
a { background-color: rgb(102,143,164); }
div.DivClassName
{
background-color: #668FA4;
}
.BgClassName
{
background-color: #668FA4;
}
</style>
border-color css
<style>
span { border-color: #668FA4; }
span { border-color: rgb(102,143,164); }
td.TdClassName
{
border-color: #668FA4;
}
.TagClassName
{
border-color: #668FA4;
}
</style>