#699394

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

Shades of Juniper #699394

Tints of Juniper #699394

Color information

#699394 (or 0x699394) is unknown color: approx Juniper. HEX triplet: 69, 93 and 94. RGB value is (105,147,148). Sum of RGB (Red+Green+Blue) = 105+147+148=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 148 - color contains mainly: blue. Hex color #699394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699394 is #966C6B. Grayscale: #868686. Windows color (decimal): -9858156 or 9737065. OLE color: 9737065.

HSL color Cylindrical-coordinate representation of color #699394: hue angle of 181.4º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699394 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB105147148-
CMYK0.290.0100.42
HSL181.4º17%49.61%-
HSV(B)181.4º29.05%58.04%-
XYZ21.626.0131.9-
YUV134.56135.59106.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 148 (58.20% from 255) = 37%
R=26.25%
G=36.75%
B=37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471480.290.0100.42181.41749.61
Hex6993941D102Ab51132
Octal1512232243510522652162
Binary1101001100100111001010011101101010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699394; }

 p { color: rgb(105,147,148); }

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

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

 a { background-color: rgb(105,147,148); }

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

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

 span { border-color: rgb(105,147,148); }

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