#699894

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

Shades of Juniper #699894

Tints of Juniper #699894

Color information

#699894 (or 0x699894) is unknown color: approx Juniper. HEX triplet: 69, 98 and 94. RGB value is (105,152,148). Sum of RGB (Red+Green+Blue) = 105+152+148=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #699894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699894 is #96676B. Grayscale: #898989. Windows color (decimal): -9856876 or 9738345. OLE color: 9738345.

HSL color Cylindrical-coordinate representation of color #699894: hue angle of 174.89º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699894 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB105152148-
CMYK0.3100.030.40
HSL174.89º18.58%50.39%-
HSV(B)174.89º30.92%59.61%-
XYZ22.427.632.16-
YUV137.49133.93104.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.93%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=25.93%
G=37.53%
B=36.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1051521480.3100.030.40174.8918.5850.39
Hex6998941F0328af1332
Octal1512302243703502572362
Binary11010011001100010010100111110111010001010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699894; }

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

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

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

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

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

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

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

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