#6F9493

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

Shades of Juniper #6F9493

Tints of Juniper #6F9493

Color information

#6F9493 (or 0x6F9493) is unknown color: approx Juniper. HEX triplet: 6F, 94 and 93. RGB value is (111,148,147). Sum of RGB (Red+Green+Blue) = 111+148+147=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9493 is #906B6C. Grayscale: #888888. Windows color (decimal): -9464685 or 9671791. OLE color: 9671791.

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

Color convert

RGB111148147-
CMYK0.2500.010.42
HSL178.38º14.74%50.78%-
HSV(B)178.38º25%58.04%-
XYZ22.4126.6731.57-
YUV136.82133.74109.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.34%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=27.34%
G=36.45%
B=36.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111481470.2500.010.42178.3814.7450.78
Hex6F949319012Ab2f33
Octal1572242233101522621763
Binary110111110010100100100111100101101010101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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