#6B9394

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

Shades of Juniper #6B9394

Tints of Juniper #6B9394

Color information

#6B9394 (or 0x6B9394) is unknown color: approx Juniper. HEX triplet: 6B, 93 and 94. RGB value is (107,147,148). Sum of RGB (Red+Green+Blue) = 107+147+148=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B9394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9394 is #946C6B. Grayscale: #878787. Windows color (decimal): -9727084 or 9737067. OLE color: 9737067.

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

Color convert

RGB107147148-
CMYK0.280.0100.42
HSL181.46º16.08%50%-
HSV(B)181.46º27.7%58.04%-
XYZ21.8426.1331.91-
YUV135.15135.25107.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.62%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 148 (58.20% from 255) = 36.82%
R=26.62%
G=36.57%
B=36.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071471480.280.0100.42181.4616.0850
Hex6B93941C102Ab51032
Octal1532232243410522652062
Binary1101011100100111001010011100101010101011010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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