Html Css Color HEX #6E948F Juniper

📋 copy color: '#6E948F'

red 110 ◦ green 148 ◦ blue 143

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

Shades of Juniper #6E948F

Tints of Juniper #6E948F

RGB

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

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

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

R = 27.43%
G = 36.91%
B = 35.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#6E948F (or 0x6E948F) is known color: Juniper. HEX triplet: 6E, 94 and 8F. RGB value is (110,148,143). Sum of RGB (Red+Green+Blue) = 110+148+143=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 148 - color contains mainly: green. Hex color #6E948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E948F is #916B70. Grayscale: #888888. Windows color (decimal): -9530225 or 9409646. OLE color: 9409646.

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

Color convert

RGB 110 148 143 -
CMYK 0.26 0 0.03 0.42
HSL 172.11º 0.15% 0.51% -
HSV(B) 172.11º 0.26% 0.58% -
XYZ 21.98 26.48 29.94 -
YUV 136.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 110 148 143 0.26 0 0.03 0.42 172.11 0.15 0.51
Hex 6E 94 8F 1A 0 3 2A AC F 33
Octal 156 224 217 32 0 3 52 254 17 63
Binary 1101110 10010100 10001111 11010 0 11 101010 10101100 1111 110011

Color Harmonies of #6E948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E948F

Black with #6E948F

Text Example


Text Example

White with #6E948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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