Html Css Color HEX #6D9291 Juniper

📋 copy color: '#6D9291'

red 109 ◦ green 146 ◦ blue 145

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

Shades of Juniper #6D9291

Tints of Juniper #6D9291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 27.25%
G = 36.5%
B = 36.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#6D9291 (or 0x6D9291) is known color: Juniper. HEX triplet: 6D, 92 and 91. RGB value is (109,146,145). Sum of RGB (Red+Green+Blue) = 109+146+145=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9291 is #926D6E. Grayscale: #868686. Windows color (decimal): -9596271 or 9540205. OLE color: 9540205.

HSL color Cylindrical-coordinate representation of color #6D9291: hue angle of 178.38º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D9291 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 146 145 -
CMYK 0.25 0 0.01 0.43
HSL 178.38º 0.15% 0.5% -
HSV(B) 178.38º 0.25% 0.57% -
XYZ 21.7 25.85 30.63 -
YUV 134.82 133.74 109.58 -
System Red Green Blue C M Y K H S L
Decimal 109 146 145 0.25 0 0.01 0.43 178.38 0.15 0.5
Hex 6D 92 91 19 0 1 2B B2 F 32
Octal 155 222 221 31 0 1 53 262 17 62
Binary 1101101 10010010 10010001 11001 0 1 101011 10110010 1111 110010

Color Harmonies of #6D9291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9291

Black with #6D9291

Text Example


Text Example

White with #6D9291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,145); }

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

background-color css

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

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

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

border-color css

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

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

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