#668D9B

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

Shades of Horizon #668D9B

Tints of Horizon #668D9B

Color information

#668D9B (or 0x668D9B) is unknown color: approx Horizon. HEX triplet: 66, 8D and 9B. RGB value is (102,141,155). Sum of RGB (Red+Green+Blue) = 102+141+155=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #668D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D9B is #997264. Grayscale: #828282. Windows color (decimal): -10056293 or 10194278. OLE color: 10194278.

HSL color Cylindrical-coordinate representation of color #668D9B: hue angle of 195.85º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #668D9B is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102141155-
CMYK0.340.0900.39
HSL195.85º20.95%50.39%-
HSV(B)195.85º34.19%60.78%-
XYZ20.9224.2434.59-
YUV130.94141.58107.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.63%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=25.63%
G=35.43%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021411550.340.0900.39195.8520.9550.39
Hex668D9B229027c41532
Octal14621523342110473042562
Binary11001101000110110011011100010100101001111100010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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