#668993

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

Shades of Horizon #668993

Tints of Horizon #668993

Color information

#668993 (or 0x668993) is unknown color: approx Horizon. HEX triplet: 66, 89 and 93. RGB value is (102,137,147). Sum of RGB (Red+Green+Blue) = 102+137+147=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #668993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668993 is #99766C. Grayscale: #7F7F7F. Windows color (decimal): -10057325 or 9668966. OLE color: 9668966.

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

Color convert

RGB102137147-
CMYK0.310.0700.42
HSL193.33º18.07%48.82%-
HSV(B)193.33º30.61%57.65%-
XYZ19.6922.8230.97-
YUV127.68138.9109.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 137 (53.91% from 255) = 35.49%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=26.42%
G=35.49%
B=38.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021371470.310.0700.42193.3318.0748.82
Hex6689931F702Ac11231
Octal1462112233770523012261
Binary110011010001001100100111111111101010101100000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668993; }

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

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

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

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

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

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

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

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