#668FA0

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

Shades of Bermuda Grey #668FA0

Tints of Bermuda Grey #668FA0

Color information

#668FA0 (or 0x668FA0) is unknown color: approx Bermuda Grey. HEX triplet: 66, 8F and A0. RGB value is (102,143,160). Sum of RGB (Red+Green+Blue) = 102+143+160=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 160 - color contains mainly: blue. Hex color #668FA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA0 is #99705F. Grayscale: #848484. Windows color (decimal): -10055776 or 10522470. OLE color: 10522470.

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

Color convert

RGB102143160-
CMYK0.360.1100.37
HSL197.59º23.39%51.37%-
HSV(B)197.59º36.25%62.75%-
XYZ21.6525.0136.94-
YUV132.68143.42106.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 143 (56.25% from 255) = 35.31%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=25.19%
G=35.31%
B=39.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021431600.360.1100.37197.5923.3951.37
Hex668FA024B025c61733
Octal14621724044130453062763
Binary11001101000111110100000100100101101001011100011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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