#699893

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

Shades of Juniper #699893

Tints of Juniper #699893

Color information

#699893 (or 0x699893) is unknown color: approx Juniper. HEX triplet: 69, 98 and 93. RGB value is (105,152,147). Sum of RGB (Red+Green+Blue) = 105+152+147=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #699893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699893 is #96676C. Grayscale: #898989. Windows color (decimal): -9856877 or 9672809. OLE color: 9672809.

HSL color Cylindrical-coordinate representation of color #699893: hue angle of 173.62º 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 #699893 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB105152147-
CMYK0.3100.030.40
HSL173.62º18.58%50.39%-
HSV(B)173.62º30.92%59.61%-
XYZ22.3227.5731.75-
YUV137.38133.43104.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=25.99%
G=37.62%
B=36.39%

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
Decimal1051521470.3100.030.40173.6218.5850.39
Hex6998931F0328ae1332
Octal1512302233703502562362
Binary11010011001100010010011111110111010001010111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699893; }

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

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

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

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

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

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

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

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