Html Css Color HEX #6E9B94 Juniper

📋 copy color: '#6E9B94'

red 110 ◦ green 155 ◦ blue 148

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

Shades of Juniper #6E9B94

Tints of Juniper #6E9B94

RGB

 RED value IS 110 (43.36% from 255) = 26.63%

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 148 (58.2% from 255) = 35.84%

R = 26.63%
G = 37.53%
B = 35.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#6E9B94 (or 0x6E9B94) is known color: Juniper. HEX triplet: 6E, 9B and 94. RGB value is (110,155,148). Sum of RGB (Red+Green+Blue) = 110+155+148=413 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.63% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9B94 is #91646B. Grayscale: #8C8C8C. Windows color (decimal): -9528428 or 9739118. OLE color: 9739118.

HSL color Cylindrical-coordinate representation of color #6E9B94: hue angle of 170.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B94 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 148 -
CMYK 0.29 0 0.05 0.39
HSL 170.67º 0.18% 0.52% -
HSV(B) 170.67º 0.29% 0.61% -
XYZ 23.5 28.9 32.36 -
YUV 140.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 110 155 148 0.29 0 0.05 0.39 170.67 0.18 0.52
Hex 6E 9B 94 1D 0 5 27 AB 12 34
Octal 156 233 224 35 0 5 47 253 22 64
Binary 1101110 10011011 10010100 11101 0 101 100111 10101011 10010 110100

Color Harmonies of #6E9B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B94

Black with #6E9B94

Text Example


Text Example

White with #6E9B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,155,148); }

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

background-color css

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

 a { background-color: rgb(110,155,148); }

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

border-color css

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

 span { border-color: rgb(110,155,148); }

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