Html Css Color HEX #689992 Juniper

📋 copy color: '#689992'

red 104 ◦ green 153 ◦ blue 146

#689992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Juniper #689992

Tints of Juniper #689992

RGB

 RED value IS 104 (41.02% from 255) = 25.81%

 GREEN value IS 153 (60.16% from 255) = 37.97%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 25.81%
G = 37.97%
B = 36.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#689992 (or 0x689992) is known color: Juniper. HEX triplet: 68, 99 and 92. RGB value is (104,153,146). Sum of RGB (Red+Green+Blue) = 104+153+146=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #689992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689992 is #97666D. Grayscale: #898989. Windows color (decimal): -9922158 or 9607528. OLE color: 9607528.

HSL color Cylindrical-coordinate representation of color #689992: hue angle of 171.43º 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 #689992 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 146 -
CMYK 0.32 0 0.05 0.4
HSL 171.43º 0.19% 0.5% -
HSV(B) 171.43º 0.32% 0.6% -
XYZ 22.29 27.8 31.39 -
YUV 137.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 104 153 146 0.32 0 0.05 0.4 171.43 0.19 0.5
Hex 68 99 92 20 0 5 28 AB 13 32
Octal 150 231 222 40 0 5 50 253 23 62
Binary 1101000 10011001 10010010 100000 0 101 101000 10101011 10011 110010

Color Harmonies of #689992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689992

Black with #689992

Text Example


Text Example

White with #689992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689992; }

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

 H1.HeaderClassName
 {
   color: #689992;
 }
 .AnyTagClassName
 {
   color: #689992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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