#668995

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

Shades of Horizon #668995

Tints of Horizon #668995

Color information

#668995 (or 0x668995) is unknown color: approx Horizon. HEX triplet: 66, 89 and 95. RGB value is (102,137,149). Sum of RGB (Red+Green+Blue) = 102+137+149=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #668995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668995 is #99766A. Grayscale: #7F7F7F. Windows color (decimal): -10057323 or 9800038. OLE color: 9800038.

HSL color Cylindrical-coordinate representation of color #668995: hue angle of 195.32º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668995 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102137149-
CMYK0.320.0800.42
HSL195.32º18.73%49.22%-
HSV(B)195.32º31.54%58.43%-
XYZ19.8522.8931.81-
YUV127.9139.9109.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=26.29%
G=35.31%
B=38.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021371490.320.0800.42195.3218.7349.22
Hex66899520802Ac31331
Octal14621122540100523032361
Binary11001101000100110010101100000100001010101100001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668995; }

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

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

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

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

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

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

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

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