Html Css Color HEX #688F8D Juniper

📋 copy color: '#688F8D'

red 104 ◦ green 143 ◦ blue 141

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

Shades of Juniper #688F8D

Tints of Juniper #688F8D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 26.8%
G = 36.86%
B = 36.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#688F8D (or 0x688F8D) is known color: Juniper. HEX triplet: 68, 8F and 8D. RGB value is (104,143,141). Sum of RGB (Red+Green+Blue) = 104+143+141=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #688F8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F8D is #977072. Grayscale: #838383. Windows color (decimal): -9924723 or 9277288. OLE color: 9277288.

HSL color Cylindrical-coordinate representation of color #688F8D: hue angle of 176.92º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #688F8D is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 143 141 -
CMYK 0.27 0 0.01 0.44
HSL 176.92º 0.16% 0.48% -
HSV(B) 176.92º 0.27% 0.56% -
XYZ 20.34 24.51 28.86 -
YUV 131.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 104 143 141 0.27 0 0.01 0.44 176.92 0.16 0.48
Hex 68 8F 8D 1B 0 1 2C B1 10 30
Octal 150 217 215 33 0 1 54 261 20 60
Binary 1101000 10001111 10001101 11011 0 1 101100 10110001 10000 110000

Color Harmonies of #688F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688F8D

Black with #688F8D

Text Example


Text Example

White with #688F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688F8D; }

 p { color: rgb(104,143,141); }

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

background-color css

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

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

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

border-color css

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

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

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