#668BA2

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

Shades of Bermuda Grey #668BA2

Tints of Bermuda Grey #668BA2

Color information

#668BA2 (or 0x668BA2) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8B and A2. RGB value is (102,139,162). Sum of RGB (Red+Green+Blue) = 102+139+162=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 162 - color contains mainly: blue. Hex color #668BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668BA2 is #99745D. Grayscale: #828282. Windows color (decimal): -10056798 or 10652518. OLE color: 10652518.

HSL color Cylindrical-coordinate representation of color #668BA2: hue angle of 203º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #668BA2 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB102139162-
CMYK0.370.1400.36
HSL203º24.39%51.76%-
HSV(B)203º37.04%63.53%-
XYZ21.2323.937.68-
YUV130.56145.74107.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.31%
GREEN value IS 139 (54.69% from 255) = 34.49%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=25.31%
G=34.49%
B=40.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021391620.370.1400.3620324.3951.76
Hex668BA225E024cb1834
Octal14621324245160443133064
Binary11001101000101110100010100101111001001001100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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