Html Css Color HEX #6D8F8C Juniper

📋 copy color: '#6D8F8C'

red 109 ◦ green 143 ◦ blue 140

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

Shades of Juniper #6D8F8C

Tints of Juniper #6D8F8C

RGB

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

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

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

R = 27.81%
G = 36.48%
B = 35.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#6D8F8C (or 0x6D8F8C) is known color: Juniper. HEX triplet: 6D, 8F and 8C. RGB value is (109,143,140). Sum of RGB (Red+Green+Blue) = 109+143+140=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8F8C is #927073. Grayscale: #848484. Windows color (decimal): -9597044 or 9211757. OLE color: 9211757.

HSL color Cylindrical-coordinate representation of color #6D8F8C: hue angle of 174.71º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8F8C is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 143 140 -
CMYK 0.24 0 0.02 0.44
HSL 174.71º 0.13% 0.49% -
HSV(B) 174.71º 0.24% 0.56% -
XYZ 20.86 24.79 28.5 -
YUV 132.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 109 143 140 0.24 0 0.02 0.44 174.71 0.13 0.49
Hex 6D 8F 8C 18 0 2 2C AF D 31
Octal 155 217 214 30 0 2 54 257 15 61
Binary 1101101 10001111 10001100 11000 0 10 101100 10101111 1101 110001

Color Harmonies of #6D8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8F8C

Black with #6D8F8C

Text Example


Text Example

White with #6D8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,143,140); }

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

background-color css

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

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

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

border-color css

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

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

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