#6B927C

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

Shades of Oxley #6B927C

Tints of Oxley #6B927C

Color information

#6B927C (or 0x6B927C) is unknown color: approx Oxley. HEX triplet: 6B, 92 and 7C. RGB value is (107,146,124). Sum of RGB (Red+Green+Blue) = 107+146+124=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #6B927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B927C is #946D83. Grayscale: #838383. Windows color (decimal): -9727364 or 8163947. OLE color: 8163947.

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

Color convert

RGB107146124-
CMYK0.2700.150.43
HSL146.15º15.42%49.61%-
HSV(B)146.15º26.71%57.25%-
XYZ19.9825.1422.87-
YUV131.83123.58110.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.38%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=28.38%
G=38.73%
B=32.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071461240.2700.150.43146.1515.4249.61
Hex6B927C1B0F2B92f32
Octal15322217433017532221762
Binary11010111001001011111001101101111101011100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,146,124); }

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

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

 a { background-color: rgb(107,146,124); }

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

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

 span { border-color: rgb(107,146,124); }

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