Html Css Color HEX #689191 Juniper

📋 copy color: '#689191'

red 104 ◦ green 145 ◦ blue 145

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

Shades of Juniper #689191

Tints of Juniper #689191

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 26.4%
G = 36.8%
B = 36.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#689191 (or 0x689191) is known color: Juniper. HEX triplet: 68, 91 and 91. RGB value is (104,145,145). Sum of RGB (Red+Green+Blue) = 104+145+145=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #689191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689191 is #976E6E. Grayscale: #848484. Windows color (decimal): -9924207 or 9539944. OLE color: 9539944.

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

Color convert

RGB 104 145 145 -
CMYK 0.28 0 0 0.43
HSL 180º 0.16% 0.49% -
HSV(B) 180º 0.28% 0.57% -
XYZ 20.95 25.24 30.56 -
YUV 132.74 134.92 107.5 -
System Red Green Blue C M Y K H S L
Decimal 104 145 145 0.28 0 0 0.43 180 0.16 0.49
Hex 68 91 91 1C 0 0 2B B4 10 31
Octal 150 221 221 34 0 0 53 264 20 61
Binary 1101000 10010001 10010001 11100 0 0 101011 10110100 10000 110001

Color Harmonies of #689191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689191

Black with #689191

Text Example


Text Example

White with #689191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689191; }

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

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

background-color css

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

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

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

border-color css

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

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

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