#6F9392

Color #6F9392 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #6F9392

Tints of Juniper #6F9392

Color information

#6F9392 (or 0x6F9392) is unknown color: approx Juniper. HEX triplet: 6F, 93 and 92. RGB value is (111,147,146). Sum of RGB (Red+Green+Blue) = 111+147+146=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9392 is #906C6D. Grayscale: #888888. Windows color (decimal): -9464942 or 9605999. OLE color: 9605999.

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

Color convert

RGB111147146-
CMYK0.2400.010.42
HSL178.33º14.29%50.59%-
HSV(B)178.33º24.49%57.65%-
XYZ22.1826.3231.11-
YUV136.12133.57110.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.48%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=27.48%
G=36.39%
B=36.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471460.2400.010.42178.3314.2950.59
Hex6F939218012Ab2e33
Octal1572232223001522621663
Binary110111110010011100100101100001101010101100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F9392;
 }
 .AnyTagClassName
 {
   color: #6F9392;
 }
</style>
background-color css

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

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

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

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

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

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