#668FA2

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

Shades of Bermuda Grey #668FA2

Tints of Bermuda Grey #668FA2

Color information

#668FA2 (or 0x668FA2) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8F and A2. RGB value is (102,143,162). Sum of RGB (Red+Green+Blue) = 102+143+162=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 162 - color contains mainly: blue. Hex color #668FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA2 is #99705D. Grayscale: #848484. Windows color (decimal): -10055774 or 10653542. OLE color: 10653542.

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

Color convert

RGB102143162-
CMYK0.370.1200.36
HSL199º24.39%51.76%-
HSV(B)199º37.04%63.53%-
XYZ21.8225.0837.87-
YUV132.91144.42105.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 143 (56.25% from 255) = 35.14%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=25.06%
G=35.14%
B=39.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021431620.370.1200.3619924.3951.76
Hex668FA225C024c71834
Octal14621724245140443073064
Binary11001101000111110100010100101110001001001100011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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