Html Css Color HEX #6E9790 Juniper

📋 copy color: '#6E9790'

red 110 ◦ green 151 ◦ blue 144

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

Shades of Juniper #6E9790

Tints of Juniper #6E9790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.28%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 27.16%
G = 37.28%
B = 35.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#6E9790 (or 0x6E9790) is known color: Juniper. HEX triplet: 6E, 97 and 90. RGB value is (110,151,144). Sum of RGB (Red+Green+Blue) = 110+151+144=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 151 - color contains mainly: green. Hex color #6E9790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9790 is #91686F. Grayscale: #898989. Windows color (decimal): -9529456 or 9475950. OLE color: 9475950.

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

Color convert

RGB 110 151 144 -
CMYK 0.27 0 0.05 0.41
HSL 169.76º 0.16% 0.51% -
HSV(B) 169.76º 0.27% 0.59% -
XYZ 22.53 27.46 30.5 -
YUV 137.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 110 151 144 0.27 0 0.05 0.41 169.76 0.16 0.51
Hex 6E 97 90 1B 0 5 29 AA 10 33
Octal 156 227 220 33 0 5 51 252 20 63
Binary 1101110 10010111 10010000 11011 0 101 101001 10101010 10000 110011

Color Harmonies of #6E9790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9790

Black with #6E9790

Text Example


Text Example

White with #6E9790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,144); }

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

background-color css

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

 a { background-color: rgb(110,151,144); }

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

border-color css

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

 span { border-color: rgb(110,151,144); }

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