#699495

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

Shades of Juniper #699495

Tints of Juniper #699495

Color information

#699495 (or 0x699495) is unknown color: approx Juniper. HEX triplet: 69, 94 and 95. RGB value is (105,148,149). Sum of RGB (Red+Green+Blue) = 105+148+149=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #699495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699495 is #966B6A. Grayscale: #878787. Windows color (decimal): -9857899 or 9802857. OLE color: 9802857.

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

Color convert

RGB105148149-
CMYK0.300.0100.42
HSL181.36º17.32%49.8%-
HSV(B)181.36º29.53%58.43%-
XYZ21.8426.3532.37-
YUV135.26135.75106.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.12%
GREEN value IS 148 (58.20% from 255) = 36.82%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=26.12%
G=36.82%
B=37.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481490.300.0100.42181.3617.3249.8
Hex6994951E102Ab51132
Octal1512242253610522652162
Binary1101001100101001001010111110101010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699495; }

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

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

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

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

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

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

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

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