#668AA0

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

Shades of Bermuda Grey #668AA0

Tints of Bermuda Grey #668AA0

Color information

#668AA0 (or 0x668AA0) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8A and A0. RGB value is (102,138,160). Sum of RGB (Red+Green+Blue) = 102+138+160=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 160 - color contains mainly: blue. Hex color #668AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668AA0 is #99755F. Grayscale: #818181. Windows color (decimal): -10057056 or 10521190. OLE color: 10521190.

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

Color convert

RGB102138160-
CMYK0.360.1400.37
HSL202.76º23.39%51.37%-
HSV(B)202.76º36.25%62.75%-
XYZ20.9123.5436.7-
YUV129.74145.07108.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 160 (62.89% from 255) = 40%
R=25.5%
G=34.5%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021381600.360.1400.37202.7623.3951.37
Hex668AA024E025cb1733
Octal14621224044160453132763
Binary11001101000101010100000100100111001001011100101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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