#699493

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

Shades of Juniper #699493

Tints of Juniper #699493

Color information

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

HSL color Cylindrical-coordinate representation of color #699493: hue angle of 178.6º 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 #699493 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB105148147-
CMYK0.2900.010.42
HSL178.6º17%49.61%-
HSV(B)178.6º29.05%58.04%-
XYZ21.6826.2931.54-
YUV135.03134.75106.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051481470.2900.010.42178.61749.61
Hex6994931D012Ab31132
Octal1512242233501522632162
Binary1101001100101001001001111101011010101011001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699493; }

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

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

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

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

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

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

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

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