#6F918D

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

Shades of Juniper #6F918D

Tints of Juniper #6F918D

Color information

#6F918D (or 0x6F918D) is unknown color: approx Juniper. HEX triplet: 6F, 91 and 8D. RGB value is (111,145,141). Sum of RGB (Red+Green+Blue) = 111+145+141=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 145 - color contains mainly: green. Hex color #6F918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F918D is #906E72. Grayscale: #868686. Windows color (decimal): -9465459 or 9277807. OLE color: 9277807.

HSL color Cylindrical-coordinate representation of color #6F918D: hue angle of 172.94º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F918D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB111145141-
CMYK0.2300.030.43
HSL172.94º13.39%50.2%-
HSV(B)172.94º23.45%56.86%-
XYZ21.4925.5529-
YUV134.38131.74111.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=27.96%
G=36.52%
B=35.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111451410.2300.030.43172.9413.3950.2
Hex6F918D17032Badd32
Octal1572212152703532551562
Binary1101111100100011000110110111011101011101011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,141); }

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

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

 a { background-color: rgb(111,145,141); }

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

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

 span { border-color: rgb(111,145,141); }

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