Html Css Color HEX #688B8B Juniper

📋 copy color: '#688B8B'

red 104 ◦ green 139 ◦ blue 139

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

Shades of Juniper #688B8B

Tints of Juniper #688B8B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 27.23%
G = 36.39%
B = 36.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#688B8B (or 0x688B8B) is known color: Juniper. HEX triplet: 68, 8B and 8B. RGB value is (104,139,139). Sum of RGB (Red+Green+Blue) = 104+139+139=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #688B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B8B is #977474. Grayscale: #808080. Windows color (decimal): -9925749 or 9145192. OLE color: 9145192.

HSL color Cylindrical-coordinate representation of color #688B8B: hue angle of 180º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B8B is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 139 139 -
CMYK 0.25 0 0 0.45
HSL 180º 0.14% 0.48% -
HSV(B) 180º 0.25% 0.55% -
XYZ 19.6 23.27 27.89 -
YUV 128.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 104 139 139 0.25 0 0 0.45 180 0.14 0.48
Hex 68 8B 8B 19 0 0 2D B4 E 30
Octal 150 213 213 31 0 0 55 264 16 60
Binary 1101000 10001011 10001011 11001 0 0 101101 10110100 1110 110000

Color Harmonies of #688B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B8B

Black with #688B8B

Text Example


Text Example

White with #688B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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