Html Css Color HEX #6A9889 Patina

📋 copy color: '#6A9889'

red 106 ◦ green 152 ◦ blue 137

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

Shades of Patina #6A9889

Tints of Patina #6A9889

RGB

 RED value IS 106 (41.8% from 255) = 26.84%

 GREEN value IS 152 (59.77% from 255) = 38.48%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 26.84%
G = 38.48%
B = 34.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#6A9889 (or 0x6A9889) is known color: Patina. HEX triplet: 6A, 98 and 89. RGB value is (106,152,137). Sum of RGB (Red+Green+Blue) = 106+152+137=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9889 is #956776. Grayscale: #888888. Windows color (decimal): -9791351 or 9017450. OLE color: 9017450.

HSL color Cylindrical-coordinate representation of color #6A9889: hue angle of 160.43º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A9889 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 152 137 -
CMYK 0.30 0 0.10 0.40
HSL 160.43º 0.18% 0.51% -
HSV(B) 160.43º 0.3% 0.6% -
XYZ 21.69 27.33 27.8 -
YUV 136.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 106 152 137 0.30 0 0.10 0.40 160.43 0.18 0.51
Hex 6A 98 89 1E 0 A 28 A0 12 33
Octal 152 230 211 36 0 12 50 240 22 63
Binary 1101010 10011000 10001001 11110 0 1010 101000 10100000 10010 110011

Color Harmonies of #6A9889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9889

Black with #6A9889

Text Example


Text Example

White with #6A9889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,152,137); }

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

background-color css

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

 a { background-color: rgb(106,152,137); }

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

border-color css

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

 span { border-color: rgb(106,152,137); }

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