Html Css Color HEX #6BA082 Oxley

📋 copy color: '#6BA082'

red 107 ◦ green 160 ◦ blue 130

#6BA082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6BA082

Tints of Oxley #6BA082

RGB

 RED value IS 107 (42.19% from 255) = 26.95%

 GREEN value IS 160 (62.89% from 255) = 40.3%

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 26.95%
G = 40.3%
B = 32.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#6BA082 (or 0x6BA082) is known color: Oxley. HEX triplet: 6B, A0 and 82. RGB value is (107,160,130). Sum of RGB (Red+Green+Blue) = 107+160+130=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA082 is #945F7D. Grayscale: #8C8C8C. Windows color (decimal): -9723774 or 8560747. OLE color: 8560747.

HSL color Cylindrical-coordinate representation of color #6BA082: hue angle of 146.04º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6BA082 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 130 -
CMYK 0.33 0 0.19 0.37
HSL 146.04º 0.22% 0.52% -
HSV(B) 146.04º 0.33% 0.63% -
XYZ 22.66 29.88 25.69 -
YUV 140.73 121.94 103.94 -
System Red Green Blue C M Y K H S L
Decimal 107 160 130 0.33 0 0.19 0.37 146.04 0.22 0.52
Hex 6B A0 82 21 0 13 25 92 16 34
Octal 153 240 202 41 0 23 45 222 26 64
Binary 1101011 10100000 10000010 100001 0 10011 100101 10010010 10110 110100

Color Harmonies of #6BA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA082

Black with #6BA082

Text Example


Text Example

White with #6BA082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,130); }

 H1.HeaderClassName
 {
   color: #6BA082;
 }
 .AnyTagClassName
 {
   color: #6BA082;
 }
</style>

background-color css

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

 a { background-color: rgb(107,160,130); }

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

border-color css

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

 span { border-color: rgb(107,160,130); }

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