#668493

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

Shades of Horizon #668493

Tints of Horizon #668493

Color information

#668493 (or 0x668493) is unknown color: approx Horizon. HEX triplet: 66, 84 and 93. RGB value is (102,132,147). Sum of RGB (Red+Green+Blue) = 102+132+147=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 147 - color contains mainly: blue. Hex color #668493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668493 is #997B6C. Grayscale: #7C7C7C. Windows color (decimal): -10058605 or 9667686. OLE color: 9667686.

HSL color Cylindrical-coordinate representation of color #668493: hue angle of 200º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668493 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102132147-
CMYK0.310.1000.42
HSL200º18.07%48.82%-
HSV(B)200º30.61%57.65%-
XYZ1921.4330.74-
YUV124.74140.56111.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=26.77%
G=34.65%
B=38.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021321470.310.1000.4220018.0748.82
Hex6684931FA02Ac81231
Octal14620422337120523102261
Binary1100110100001001001001111111101001010101100100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668493; }

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

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

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

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

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

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

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

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