#6A9C7D

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

Shades of Oxley #6A9C7D

Tints of Oxley #6A9C7D

Color information

#6A9C7D (or 0x6A9C7D) is unknown color: approx Oxley. HEX triplet: 6A, 9C and 7D. RGB value is (106,156,125). Sum of RGB (Red+Green+Blue) = 106+156+125=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #6A9C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9C7D is #956382. Grayscale: #898989. Windows color (decimal): -9790339 or 8232042. OLE color: 8232042.

HSL color Cylindrical-coordinate representation of color #6A9C7D: hue angle of 142.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A9C7D is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB106156125-
CMYK0.3200.200.39
HSL142.8º20.16%51.37%-
HSV(B)142.8º32.05%61.18%-
XYZ21.5328.3223.73-
YUV137.52120.94105.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=27.39%
G=40.31%
B=32.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1061561250.3200.200.39142.820.1651.37
Hex6A9C7D20014278f1433
Octal15223417540024472172463
Binary11010101001110011111011000000101001001111000111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,156,125); }

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

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

 a { background-color: rgb(106,156,125); }

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

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

 span { border-color: rgb(106,156,125); }

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