Html Css Color HEX #6E9B93 Juniper

📋 copy color: '#6E9B93'

red 110 ◦ green 155 ◦ blue 147

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

Shades of Juniper #6E9B93

Tints of Juniper #6E9B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.68%

R = 26.7%
G = 37.62%
B = 35.68%

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

#6E9B93 (or 0x6E9B93) is known color: Juniper. HEX triplet: 6E, 9B and 93. RGB value is (110,155,147). Sum of RGB (Red+Green+Blue) = 110+155+147=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9B93 is #91646C. Grayscale: #8C8C8C. Windows color (decimal): -9528429 or 9673582. OLE color: 9673582.

HSL color Cylindrical-coordinate representation of color #6E9B93: hue angle of 169.33º 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 #6E9B93 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 155 147 -
CMYK 0.29 0 0.05 0.39
HSL 169.33º 0.18% 0.52% -
HSV(B) 169.33º 0.29% 0.61% -
XYZ 23.42 28.86 31.94 -
YUV 140.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 110 155 147 0.29 0 0.05 0.39 169.33 0.18 0.52
Hex 6E 9B 93 1D 0 5 27 A9 12 34
Octal 156 233 223 35 0 5 47 251 22 64
Binary 1101110 10011011 10010011 11101 0 101 100111 10101001 10010 110100

Color Harmonies of #6E9B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9B93

Black with #6E9B93

Text Example


Text Example

White with #6E9B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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