#689192

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

Shades of Juniper #689192

Tints of Juniper #689192

Color information

#689192 (or 0x689192) is unknown color: approx Juniper. HEX triplet: 68, 91 and 92. RGB value is (104,145,146). Sum of RGB (Red+Green+Blue) = 104+145+146=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #689192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689192 is #976E6D. Grayscale: #848484. Windows color (decimal): -9924206 or 9605480. OLE color: 9605480.

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

Color convert

RGB104145146-
CMYK0.290.0100.43
HSL181.43º16.8%49.02%-
HSV(B)181.43º28.77%57.25%-
XYZ21.0225.2730.96-
YUV132.85135.42107.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=26.33%
G=36.71%
B=36.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451460.290.0100.43181.4316.849.02
Hex6891921D102Bb51131
Octal1502212223510532652161
Binary1101000100100011001001011101101010111011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689192; }

 p { color: rgb(104,145,146); }

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

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

 a { background-color: rgb(104,145,146); }

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

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

 span { border-color: rgb(104,145,146); }

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