#699293

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

Shades of Juniper #699293

Tints of Juniper #699293

Color information

#699293 (or 0x699293) is unknown color: approx Juniper. HEX triplet: 69, 92 and 93. RGB value is (105,146,147). Sum of RGB (Red+Green+Blue) = 105+146+147=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #699293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699293 is #966D6C. Grayscale: #858585. Windows color (decimal): -9858413 or 9671273. OLE color: 9671273.

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

Color convert

RGB105146147-
CMYK0.290.0100.42
HSL181.43º16.67%49.41%-
HSV(B)181.43º28.57%57.65%-
XYZ21.3725.6731.43-
YUV133.85135.42107.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=26.38%
G=36.68%
B=36.93%

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
Decimal1051461470.290.0100.42181.4316.6749.41
Hex6992931D102Ab51131
Octal1512222233510522652161
Binary1101001100100101001001111101101010101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699293; }

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

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

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

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

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

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

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

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