#668394

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

Shades of Horizon #668394

Tints of Horizon #668394

Color information

#668394 (or 0x668394) is unknown color: approx Horizon. HEX triplet: 66, 83 and 94. RGB value is (102,131,148). Sum of RGB (Red+Green+Blue) = 102+131+148=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #668394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668394 is #997C6B. Grayscale: #7C7C7C. Windows color (decimal): -10058860 or 9732966. OLE color: 9732966.

HSL color Cylindrical-coordinate representation of color #668394: hue angle of 202.17º 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 #668394 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102131148-
CMYK0.310.1100.42
HSL202.17º18.4%49.02%-
HSV(B)202.17º31.08%58.04%-
XYZ18.9421.231.11-
YUV124.27141.39112.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=26.77%
G=34.38%
B=38.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021311480.310.1100.42202.1718.449.02
Hex6683941FB02Aca1231
Octal14620322437130523122261
Binary1100110100000111001010011111101101010101100101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668394; }

 p { color: rgb(102,131,148); }

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

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

 a { background-color: rgb(102,131,148); }

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

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

 span { border-color: rgb(102,131,148); }

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