Html Css Color HEX #689291 Juniper

📋 copy color: '#689291'

red 104 ◦ green 146 ◦ blue 145

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

Shades of Juniper #689291

Tints of Juniper #689291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

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

R = 26.33%
G = 36.96%
B = 36.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#689291 (or 0x689291) is known color: Juniper. HEX triplet: 68, 92 and 91. RGB value is (104,146,145). Sum of RGB (Red+Green+Blue) = 104+146+145=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #689291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689291 is #976D6E. Grayscale: #858585. Windows color (decimal): -9923951 or 9540200. OLE color: 9540200.

HSL color Cylindrical-coordinate representation of color #689291: hue angle of 178.57º 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 #689291 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 146 145 -
CMYK 0.29 0 0.01 0.43
HSL 178.57º 0.17% 0.49% -
HSV(B) 178.57º 0.29% 0.57% -
XYZ 21.1 25.55 30.61 -
YUV 133.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 104 146 145 0.29 0 0.01 0.43 178.57 0.17 0.49
Hex 68 92 91 1D 0 1 2B B3 11 31
Octal 150 222 221 35 0 1 53 263 21 61
Binary 1101000 10010010 10010001 11101 0 1 101011 10110011 10001 110001

Color Harmonies of #689291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689291

Black with #689291

Text Example


Text Example

White with #689291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689291; }

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

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

background-color css

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

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

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

border-color css

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

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

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