#668A9D

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

Shades of Bermuda Grey #668A9D

Tints of Bermuda Grey #668A9D

Color information

#668A9D (or 0x668A9D) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8A and 9D. RGB value is (102,138,157). Sum of RGB (Red+Green+Blue) = 102+138+157=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #668A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A9D is #997562. Grayscale: #818181. Windows color (decimal): -10057059 or 10324582. OLE color: 10324582.

HSL color Cylindrical-coordinate representation of color #668A9D: hue angle of 200.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668A9D is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102138157-
CMYK0.350.1200.38
HSL200.73º21.91%50.78%-
HSV(B)200.73º35.03%61.57%-
XYZ20.6523.4435.33-
YUV129.4143.57108.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=25.69%
G=34.76%
B=39.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021381570.350.1200.38200.7321.9150.78
Hex668A9D23C026c91633
Octal14621223543140463112663
Binary11001101000101010011101100011110001001101100100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,138,157); }

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

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

 a { background-color: rgb(102,138,157); }

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

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

 span { border-color: rgb(102,138,157); }

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