#668392

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

Shades of Horizon #668392

Tints of Horizon #668392

Color information

#668392 (or 0x668392) is unknown color: approx Horizon. HEX triplet: 66, 83 and 92. RGB value is (102,131,146). Sum of RGB (Red+Green+Blue) = 102+131+146=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #668392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668392 is #997C6D. Grayscale: #7B7B7B. Windows color (decimal): -10058862 or 9601894. OLE color: 9601894.

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

Color convert

RGB102131146-
CMYK0.300.1000.43
HSL200.45º17.74%48.63%-
HSV(B)200.45º30.14%57.25%-
XYZ18.7821.1330.28-
YUV124.04140.39112.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=26.91%
G=34.56%
B=38.52%

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
Decimal1021311460.300.1000.43200.4517.7448.63
Hex6683921EA02Bc81231
Octal14620322236120533102261
Binary1100110100000111001001011110101001010111100100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668392; }

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

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

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

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

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

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

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

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