#6B957B

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

Shades of Oxley #6B957B

Tints of Oxley #6B957B

Color information

#6B957B (or 0x6B957B) is unknown color: approx Oxley. HEX triplet: 6B, 95 and 7B. RGB value is (107,149,123). Sum of RGB (Red+Green+Blue) = 107+149+123=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #6B957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B957B is #946A84. Grayscale: #858585. Windows color (decimal): -9726597 or 8099179. OLE color: 8099179.

HSL color Cylindrical-coordinate representation of color #6B957B: hue angle of 142.86º degrees, saturation: 0.17, 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 #6B957B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB107149123-
CMYK0.2800.170.42
HSL142.86º16.54%50.2%-
HSV(B)142.86º28.19%58.43%-
XYZ20.3926.0522.69-
YUV133.48122.09109.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=28.23%
G=39.31%
B=32.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071491230.2800.170.42142.8616.5450.2
Hex6B957B1C0112A8f1132
Octal15322517334021522172162
Binary1101011100101011111011111000100011010101000111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,123); }

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

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

 a { background-color: rgb(107,149,123); }

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

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

 span { border-color: rgb(107,149,123); }

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