Html Css Color HEX #6D8D8D Juniper

📋 copy color: '#6D8D8D'

red 109 ◦ green 141 ◦ blue 141

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

Shades of Juniper #6D8D8D

Tints of Juniper #6D8D8D

RGB

 RED value IS 109 (42.97% from 255) = 27.88%

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 27.88%
G = 36.06%
B = 36.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D8D8D (or 0x6D8D8D) is known color: Juniper. HEX triplet: 6D, 8D and 8D. RGB value is (109,141,141). Sum of RGB (Red+Green+Blue) = 109+141+141=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #6D8D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8D8D is #927272. Grayscale: #838383. Windows color (decimal): -9597555 or 9276781. OLE color: 9276781.

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

Color convert

RGB 109 141 141 -
CMYK 0.23 0 0 0.45
HSL 180º 0.13% 0.49% -
HSV(B) 180º 0.23% 0.55% -
XYZ 20.64 24.22 28.79 -
YUV 131.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 109 141 141 0.23 0 0 0.45 180 0.13 0.49
Hex 6D 8D 8D 17 0 0 2D B4 D 31
Octal 155 215 215 27 0 0 55 264 15 61
Binary 1101101 10001101 10001101 10111 0 0 101101 10110100 1101 110001

Color Harmonies of #6D8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8D8D

Black with #6D8D8D

Text Example


Text Example

White with #6D8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D8D8D; }

 p { color: rgb(109,141,141); }

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

background-color css

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

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

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

border-color css

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

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

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