#668B9E

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

Shades of Bermuda Grey #668B9E

Tints of Bermuda Grey #668B9E

Color information

#668B9E (or 0x668B9E) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8B and 9E. RGB value is (102,139,158). Sum of RGB (Red+Green+Blue) = 102+139+158=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #668B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B9E is #997461. Grayscale: #818181. Windows color (decimal): -10056802 or 10390374. OLE color: 10390374.

HSL color Cylindrical-coordinate representation of color #668B9E: hue angle of 200.36º 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 #668B9E is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102139158-
CMYK0.350.1200.38
HSL200.36º22.4%50.98%-
HSV(B)200.36º35.44%61.96%-
XYZ20.8823.7635.83-
YUV130.1143.74107.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 139 (54.69% from 255) = 34.84%
BLUE value IS 158 (62.11% from 255) = 39.60%
R=25.56%
G=34.84%
B=39.60%

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
Decimal1021391580.350.1200.38200.3622.450.98
Hex668B9E23C026c81633
Octal14621323643140463102663
Binary11001101000101110011110100011110001001101100100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,139,158); }

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

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

 a { background-color: rgb(102,139,158); }

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

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

 span { border-color: rgb(102,139,158); }

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