#668491

Color #668491 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #668491

Tints of Horizon #668491

Color information

#668491 (or 0x668491) is unknown color: approx Horizon. HEX triplet: 66, 84 and 91. RGB value is (102,132,145). Sum of RGB (Red+Green+Blue) = 102+132+145=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #668491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668491 is #997B6E. Grayscale: #7C7C7C. Windows color (decimal): -10058607 or 9536614. OLE color: 9536614.

HSL color Cylindrical-coordinate representation of color #668491: hue angle of 198.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668491 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102132145-
CMYK0.300.0900.43
HSL198.14º17.41%48.43%-
HSV(B)198.14º29.66%56.86%-
XYZ18.8421.3729.92-
YUV124.51139.56111.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=26.91%
G=34.83%
B=38.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021321450.300.0900.43198.1417.4148.43
Hex6684911E902Bc61130
Octal14620422136110533062160
Binary1100110100001001001000111110100101010111100011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668491; }

 p { color: rgb(102,132,145); }

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

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

 a { background-color: rgb(102,132,145); }

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

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

 span { border-color: rgb(102,132,145); }

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