Html Css Color HEX #6E9491 Juniper

📋 copy color: '#6E9491'

red 110 ◦ green 148 ◦ blue 145

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

Shades of Juniper #6E9491

Tints of Juniper #6E9491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 27.3%
G = 36.72%
B = 35.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#6E9491 (or 0x6E9491) is known color: Juniper. HEX triplet: 6E, 94 and 91. RGB value is (110,148,145). Sum of RGB (Red+Green+Blue) = 110+148+145=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9491 is #916B6E. Grayscale: #888888. Windows color (decimal): -9530223 or 9540718. OLE color: 9540718.

HSL color Cylindrical-coordinate representation of color #6E9491: hue angle of 175.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E9491 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 145 -
CMYK 0.26 0 0.02 0.42
HSL 175.26º 0.15% 0.51% -
HSV(B) 175.26º 0.26% 0.58% -
XYZ 22.13 26.54 30.74 -
YUV 136.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 110 148 145 0.26 0 0.02 0.42 175.26 0.15 0.51
Hex 6E 94 91 1A 0 2 2A AF F 33
Octal 156 224 221 32 0 2 52 257 17 63
Binary 1101110 10010100 10010001 11010 0 10 101010 10101111 1111 110011

Color Harmonies of #6E9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9491

Black with #6E9491

Text Example


Text Example

White with #6E9491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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