#668593

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

Shades of Horizon #668593

Tints of Horizon #668593

Color information

#668593 (or 0x668593) is unknown color: approx Horizon. HEX triplet: 66, 85 and 93. RGB value is (102,133,147). Sum of RGB (Red+Green+Blue) = 102+133+147=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #668593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668593 is #997A6C. Grayscale: #7D7D7D. Windows color (decimal): -10058349 or 9667942. OLE color: 9667942.

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

Color convert

RGB102133147-
CMYK0.310.1000.42
HSL198.67º18.07%48.82%-
HSV(B)198.67º30.61%57.65%-
XYZ19.1321.7130.79-
YUV125.33140.23111.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=26.70%
G=34.82%
B=38.48%

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
Decimal1021331470.310.1000.42198.6718.0748.82
Hex6685931FA02Ac71231
Octal14620522337120523072261
Binary1100110100001011001001111111101001010101100011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668593; }

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

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

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

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

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

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

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

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