#668492

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

Shades of Horizon #668492

Tints of Horizon #668492

Color information

#668492 (or 0x668492) is unknown color: approx Horizon. HEX triplet: 66, 84 and 92. RGB value is (102,132,146). Sum of RGB (Red+Green+Blue) = 102+132+146=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #668492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668492 is #997B6D. Grayscale: #7C7C7C. Windows color (decimal): -10058606 or 9602150. OLE color: 9602150.

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

Color convert

RGB102132146-
CMYK0.300.1000.43
HSL199.09º17.74%48.63%-
HSV(B)199.09º30.14%57.25%-
XYZ18.9221.430.33-
YUV124.63140.06111.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=26.84%
G=34.74%
B=38.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021321460.300.1000.43199.0917.7448.63
Hex6684921EA02Bc71231
Octal14620422236120533072261
Binary1100110100001001001001011110101001010111100011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668492; }

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

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

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

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

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

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

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

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