#6F928E

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

Shades of Juniper #6F928E

Tints of Juniper #6F928E

Color information

#6F928E (or 0x6F928E) is unknown color: approx Juniper. HEX triplet: 6F, 92 and 8E. RGB value is (111,146,142). Sum of RGB (Red+Green+Blue) = 111+146+142=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #6F928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F928E is #906D71. Grayscale: #878787. Windows color (decimal): -9465202 or 9343599. OLE color: 9343599.

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

Color convert

RGB111146142-
CMYK0.2400.030.43
HSL173.14º13.83%50.39%-
HSV(B)173.14º23.97%57.25%-
XYZ21.7225.8929.44-
YUV135.08131.9110.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 146 (57.42% from 255) = 36.59%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=27.82%
G=36.59%
B=35.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461420.2400.030.43173.1413.8350.39
Hex6F928E18032Bade32
Octal1572222163003532551662
Binary1101111100100101000111011000011101011101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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