Html Css Color HEX #6E938E Juniper

📋 copy color: '#6E938E'

red 110 ◦ green 147 ◦ blue 142

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

Shades of Juniper #6E938E

Tints of Juniper #6E938E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.84%

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 27.57%
G = 36.84%
B = 35.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#6E938E (or 0x6E938E) is known color: Juniper. HEX triplet: 6E, 93 and 8E. RGB value is (110,147,142). Sum of RGB (Red+Green+Blue) = 110+147+142=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #6E938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E938E is #916C71. Grayscale: #878787. Windows color (decimal): -9530482 or 9343854. OLE color: 9343854.

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

Color convert

RGB 110 147 142 -
CMYK 0.25 0 0.03 0.42
HSL 171.89º 0.15% 0.5% -
HSV(B) 171.89º 0.25% 0.58% -
XYZ 21.75 26.14 29.49 -
YUV 135.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 110 147 142 0.25 0 0.03 0.42 171.89 0.15 0.5
Hex 6E 93 8E 19 0 3 2A AC F 32
Octal 156 223 216 31 0 3 52 254 17 62
Binary 1101110 10010011 10001110 11001 0 11 101010 10101100 1111 110010

Color Harmonies of #6E938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E938E

Black with #6E938E

Text Example


Text Example

White with #6E938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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