#668592

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

Shades of Horizon #668592

Tints of Horizon #668592

Color information

#668592 (or 0x668592) is unknown color: approx Horizon. HEX triplet: 66, 85 and 92. RGB value is (102,133,146). Sum of RGB (Red+Green+Blue) = 102+133+146=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #668592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668592 is #997A6D. Grayscale: #7D7D7D. Windows color (decimal): -10058350 or 9602406. OLE color: 9602406.

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

Color convert

RGB102133146-
CMYK0.300.0900.43
HSL197.73º17.74%48.63%-
HSV(B)197.73º30.14%57.25%-
XYZ19.0621.6830.37-
YUV125.21139.73111.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=26.77%
G=34.91%
B=38.32%

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
Decimal1021331460.300.0900.43197.7317.7448.63
Hex6685921E902Bc61231
Octal14620522236110533062261
Binary1100110100001011001001011110100101010111100011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668592; }

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

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

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

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

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

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

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

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