#668DA0

Color #668DA0 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #668DA0

Tints of Bermuda Grey #668DA0

Color information

#668DA0 (or 0x668DA0) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8D and A0. RGB value is (102,141,160). Sum of RGB (Red+Green+Blue) = 102+141+160=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #668DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DA0 is #99725F. Grayscale: #838383. Windows color (decimal): -10056288 or 10521958. OLE color: 10521958.

HSL color Cylindrical-coordinate representation of color #668DA0: hue angle of 199.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #668DA0 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102141160-
CMYK0.360.1200.37
HSL199.66º23.39%51.37%-
HSV(B)199.66º36.25%62.75%-
XYZ21.3524.4136.84-
YUV131.5144.08106.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=25.31%
G=34.99%
B=39.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021411600.360.1200.37199.6623.3951.37
Hex668DA024C025c81733
Octal14621524044140453102763
Binary11001101000110110100000100100110001001011100100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668DA0; }

 p { color: rgb(102,141,160); }

 H1.HeaderClassName
 {
   color: #668DA0;
 }
 .AnyTagClassName
 {
   color: #668DA0;
 }
</style>
background-color css

<style>
 a { background-color: #668DA0; }

 a { background-color: rgb(102,141,160); }

 div.DivClassName
 {
   background-color: #668DA0;
 }
 .BgClassName
 {
   background-color: #668DA0;
 }
</style>
border-color css

<style>
 span { border-color: #668DA0; }

 span { border-color: rgb(102,141,160); }

 td.TdClassName
 {
   border-color: #668DA0;
 }
 .TagClassName
 {
   border-color: #668DA0;
 }
</style>