Html Css Color HEX #689491 Juniper

📋 copy color: '#689491'

red 104 ◦ green 148 ◦ blue 145

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

Shades of Juniper #689491

Tints of Juniper #689491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.28%

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

R = 26.2%
G = 37.28%
B = 36.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#689491 (or 0x689491) is known color: Juniper. HEX triplet: 68, 94 and 91. RGB value is (104,148,145). Sum of RGB (Red+Green+Blue) = 104+148+145=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 148 - color contains mainly: green. Hex color #689491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689491 is #976B6E. Grayscale: #868686. Windows color (decimal): -9923439 or 9540712. OLE color: 9540712.

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

Color convert

RGB 104 148 145 -
CMYK 0.30 0 0.02 0.42
HSL 175.91º 0.17% 0.49% -
HSV(B) 175.91º 0.3% 0.58% -
XYZ 21.41 26.17 30.71 -
YUV 134.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 104 148 145 0.30 0 0.02 0.42 175.91 0.17 0.49
Hex 68 94 91 1E 0 2 2A B0 11 31
Octal 150 224 221 36 0 2 52 260 21 61
Binary 1101000 10010100 10010001 11110 0 10 101010 10110000 10001 110001

Color Harmonies of #689491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689491

Black with #689491

Text Example


Text Example

White with #689491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689491; }

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

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

background-color css

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

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

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

border-color css

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

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

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