#668AA1

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

Shades of Bermuda Grey #668AA1

Tints of Bermuda Grey #668AA1

Color information

#668AA1 (or 0x668AA1) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8A and A1. RGB value is (102,138,161). Sum of RGB (Red+Green+Blue) = 102+138+161=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 161 - color contains mainly: blue. Hex color #668AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AA1 is #99755E. Grayscale: #818181. Windows color (decimal): -10057055 or 10586726. OLE color: 10586726.

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

Color convert

RGB102138161-
CMYK0.370.1400.37
HSL203.39º23.89%51.57%-
HSV(B)203.39º36.65%63.14%-
XYZ2123.5737.16-
YUV129.86145.57108.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 161 (63.28% from 255) = 40.15%
R=25.44%
G=34.41%
B=40.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021381610.370.1400.37203.3923.8951.57
Hex668AA125E025cb1834
Octal14621224145160453133064
Binary11001101000101010100001100101111001001011100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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