Html Css Color HEX #6F938E Juniper

📋 copy color: '#6F938E'

red 111 ◦ green 147 ◦ blue 142

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

Shades of Juniper #6F938E

Tints of Juniper #6F938E

RGB

 RED value IS 111 (43.75% from 255) = 27.75%

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

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

R = 27.75%
G = 36.75%
B = 35.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#6F938E (or 0x6F938E) is known color: Juniper. HEX triplet: 6F, 93 and 8E. RGB value is (111,147,142). Sum of RGB (Red+Green+Blue) = 111+147+142=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #6F938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F938E is #906C71. Grayscale: #878787. Windows color (decimal): -9464946 or 9343855. OLE color: 9343855.

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

Color convert

RGB 111 147 142 -
CMYK 0.24 0 0.03 0.42
HSL 171.67º 0.14% 0.51% -
HSV(B) 171.67º 0.24% 0.58% -
XYZ 21.87 26.2 29.5 -
YUV 135.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 111 147 142 0.24 0 0.03 0.42 171.67 0.14 0.51
Hex 6F 93 8E 18 0 3 2A AC E 33
Octal 157 223 216 30 0 3 52 254 16 63
Binary 1101111 10010011 10001110 11000 0 11 101010 10101100 1110 110011

Color Harmonies of #6F938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F938E

Black with #6F938E

Text Example


Text Example

White with #6F938E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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