#668692

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

Shades of Horizon #668692

Tints of Horizon #668692

Color information

#668692 (or 0x668692) is unknown color: approx Horizon. HEX triplet: 66, 86 and 92. RGB value is (102,134,146). Sum of RGB (Red+Green+Blue) = 102+134+146=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #668692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668692 is #99796D. Grayscale: #7D7D7D. Windows color (decimal): -10058094 or 9602662. OLE color: 9602662.

HSL color Cylindrical-coordinate representation of color #668692: hue angle of 196.36º 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 #668692 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB102134146-
CMYK0.300.0800.43
HSL196.36º17.74%48.63%-
HSV(B)196.36º30.14%57.25%-
XYZ19.1921.9530.42-
YUV125.8139.4111.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 146 (57.42% from 255) = 38.22%
R=26.70%
G=35.08%
B=38.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021341460.300.0800.43196.3617.7448.63
Hex6686921E802Bc41231
Octal14620622236100533042261
Binary1100110100001101001001011110100001010111100010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668692; }

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

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

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

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

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

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

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

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