Html Css Color HEX #688E8C Juniper

📋 copy color: '#688E8C'

red 104 ◦ green 142 ◦ blue 140

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

Shades of Juniper #688E8C

Tints of Juniper #688E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 26.94%
G = 36.79%
B = 36.27%

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

#688E8C (or 0x688E8C) is known color: Juniper. HEX triplet: 68, 8E and 8C. RGB value is (104,142,140). Sum of RGB (Red+Green+Blue) = 104+142+140=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #688E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E8C is #977173. Grayscale: #828282. Windows color (decimal): -9924980 or 9211496. OLE color: 9211496.

HSL color Cylindrical-coordinate representation of color #688E8C: hue angle of 176.84º degrees, saturation: 0.15, 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 #688E8C is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 142 140 -
CMYK 0.27 0 0.01 0.44
HSL 176.84º 0.15% 0.48% -
HSV(B) 176.84º 0.27% 0.56% -
XYZ 20.12 24.18 28.42 -
YUV 130.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 104 142 140 0.27 0 0.01 0.44 176.84 0.15 0.48
Hex 68 8E 8C 1B 0 1 2C B1 F 30
Octal 150 216 214 33 0 1 54 261 17 60
Binary 1101000 10001110 10001100 11011 0 1 101100 10110001 1111 110000

Color Harmonies of #688E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688E8C

Black with #688E8C

Text Example


Text Example

White with #688E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,142,140); }

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

background-color css

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

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

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

border-color css

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

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

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