#668AA2

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

Shades of Bermuda Grey #668AA2

Tints of Bermuda Grey #668AA2

Color information

#668AA2 (or 0x668AA2) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8A and A2. RGB value is (102,138,162). Sum of RGB (Red+Green+Blue) = 102+138+162=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 162 - color contains mainly: blue. Hex color #668AA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AA2 is #99755D. Grayscale: #818181. Windows color (decimal): -10057054 or 10652262. OLE color: 10652262.

HSL color Cylindrical-coordinate representation of color #668AA2: hue angle of 204º 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 #668AA2 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB102138162-
CMYK0.370.1500.36
HSL204º24.39%51.76%-
HSV(B)204º37.04%63.53%-
XYZ21.0923.6137.63-
YUV129.97146.07108.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 162 (63.67% from 255) = 40.30%
R=25.37%
G=34.33%
B=40.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021381620.370.1500.3620424.3951.76
Hex668AA225F024cc1834
Octal14621224245170443143064
Binary11001101000101010100010100101111101001001100110011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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