#6CA284

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

Shades of Oxley #6CA284

Tints of Oxley #6CA284

Color information

#6CA284 (or 0x6CA284) is unknown color: approx Oxley. HEX triplet: 6C, A2 and 84. RGB value is (108,162,132). Sum of RGB (Red+Green+Blue) = 108+162+132=402 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.87% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA284 is #935D7B. Grayscale: #8E8E8E. Windows color (decimal): -9657724 or 8692332. OLE color: 8692332.

HSL color Cylindrical-coordinate representation of color #6CA284: hue angle of 146.67º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA284 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB108162132-
CMYK0.3300.190.36
HSL146.67º22.5%52.94%-
HSV(B)146.67º33.33%63.53%-
XYZ23.2730.6926.53-
YUV142.43122.11103.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.87%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=26.87%
G=40.30%
B=32.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1081621320.3300.190.36146.6722.552.94
Hex6CA2842101324931735
Octal15424220441023442232765
Binary110110010100010100001001000010100111001001001001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,132); }

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

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

 a { background-color: rgb(108,162,132); }

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

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

 span { border-color: rgb(108,162,132); }

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