#689993

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

Shades of Juniper #689993

Tints of Juniper #689993

Color information

#689993 (or 0x689993) is unknown color: approx Juniper. HEX triplet: 68, 99 and 93. RGB value is (104,153,147). Sum of RGB (Red+Green+Blue) = 104+153+147=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #689993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689993 is #97666C. Grayscale: #898989. Windows color (decimal): -9922157 or 9673064. OLE color: 9673064.

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

Color convert

RGB104153147-
CMYK0.3200.040.4
HSL172.65º19.37%50.39%-
HSV(B)172.65º32.03%60%-
XYZ22.3727.8331.8-
YUV137.66133.27103.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.74%
GREEN value IS 153 (60.16% from 255) = 37.87%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=25.74%
G=37.87%
B=36.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531470.3200.040.4172.6519.3750.39
Hex689993200428ad1332
Octal1502312234004502552362
Binary1101000100110011001001110000001001010001010110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689993; }

 p { color: rgb(104,153,147); }

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

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

 a { background-color: rgb(104,153,147); }

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

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

 span { border-color: rgb(104,153,147); }

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