#668594

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

Shades of Horizon #668594

Tints of Horizon #668594

Color information

#668594 (or 0x668594) is unknown color: approx Horizon. HEX triplet: 66, 85 and 94. RGB value is (102,133,148). Sum of RGB (Red+Green+Blue) = 102+133+148=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #668594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668594 is #997A6B. Grayscale: #7D7D7D. Windows color (decimal): -10058348 or 9733478. OLE color: 9733478.

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

Color convert

RGB102133148-
CMYK0.310.1000.42
HSL199.57º18.4%49.02%-
HSV(B)199.57º31.08%58.04%-
XYZ19.2121.7431.2-
YUV125.44140.73111.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=26.63%
G=34.73%
B=38.64%

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
Decimal1021331480.310.1000.42199.5718.449.02
Hex6685941FA02Ac81231
Octal14620522437120523102261
Binary1100110100001011001010011111101001010101100100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668594; }

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

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

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

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

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

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

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

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