#668D9D

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

Shades of Horizon #668D9D

Tints of Horizon #668D9D

Color information

#668D9D (or 0x668D9D) is unknown color: approx Horizon. HEX triplet: 66, 8D and 9D. RGB value is (102,141,157). Sum of RGB (Red+Green+Blue) = 102+141+157=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #668D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D9D is #997262. Grayscale: #838383. Windows color (decimal): -10056291 or 10325350. OLE color: 10325350.

HSL color Cylindrical-coordinate representation of color #668D9D: hue angle of 197.45º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668D9D is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102141157-
CMYK0.350.1000.38
HSL197.45º21.91%50.78%-
HSV(B)197.45º35.03%61.57%-
XYZ21.0924.3135.48-
YUV131.16142.58107.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.5%
GREEN value IS 141 (55.47% from 255) = 35.25%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=25.5%
G=35.25%
B=39.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021411570.350.1000.38197.4521.9150.78
Hex668D9D23A026c51633
Octal14621523543120463052663
Binary11001101000110110011101100011101001001101100010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668D9D; }

 p { color: rgb(102,141,157); }

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

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

 a { background-color: rgb(102,141,157); }

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

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

 span { border-color: rgb(102,141,157); }

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