Html Css Color HEX #6D9695 Juniper

📋 copy color: '#6D9695'

red 109 ◦ green 150 ◦ blue 149

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

Shades of Juniper #6D9695

Tints of Juniper #6D9695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 26.72%
G = 36.76%
B = 36.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#6D9695 (or 0x6D9695) is known color: Juniper. HEX triplet: 6D, 96 and 95. RGB value is (109,150,149). Sum of RGB (Red+Green+Blue) = 109+150+149=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #6D9695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9695 is #92696A. Grayscale: #898989. Windows color (decimal): -9595243 or 9803373. OLE color: 9803373.

HSL color Cylindrical-coordinate representation of color #6D9695: hue angle of 178.54º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D9695 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 150 149 -
CMYK 0.27 0 0.01 0.41
HSL 178.54º 0.16% 0.51% -
HSV(B) 178.54º 0.27% 0.59% -
XYZ 22.64 27.23 32.5 -
YUV 137.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 109 150 149 0.27 0 0.01 0.41 178.54 0.16 0.51
Hex 6D 96 95 1B 0 1 29 B3 10 33
Octal 155 226 225 33 0 1 51 263 20 63
Binary 1101101 10010110 10010101 11011 0 1 101001 10110011 10000 110011

Color Harmonies of #6D9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9695

Black with #6D9695

Text Example


Text Example

White with #6D9695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,150,149); }

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

background-color css

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

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

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

border-color css

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

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

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