Html Css Color HEX #6E938F Juniper

📋 copy color: '#6E938F'

red 110 ◦ green 147 ◦ blue 143

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

Shades of Juniper #6E938F

Tints of Juniper #6E938F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.75%

R = 27.5%
G = 36.75%
B = 35.75%

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

#6E938F (or 0x6E938F) is known color: Juniper. HEX triplet: 6E, 93 and 8F. RGB value is (110,147,143). Sum of RGB (Red+Green+Blue) = 110+147+143=400 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #6E938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E938F is #916C70. Grayscale: #878787. Windows color (decimal): -9530481 or 9409390. OLE color: 9409390.

HSL color Cylindrical-coordinate representation of color #6E938F: hue angle of 173.51º 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 #6E938F is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 143 -
CMYK 0.25 0 0.03 0.42
HSL 173.51º 0.15% 0.5% -
HSV(B) 173.51º 0.25% 0.58% -
XYZ 21.82 26.17 29.89 -
YUV 135.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 110 147 143 0.25 0 0.03 0.42 173.51 0.15 0.5
Hex 6E 93 8F 19 0 3 2A AE F 32
Octal 156 223 217 31 0 3 52 256 17 62
Binary 1101110 10010011 10001111 11001 0 11 101010 10101110 1111 110010

Color Harmonies of #6E938F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E938F

Black with #6E938F

Text Example


Text Example

White with #6E938F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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