Html Css Color HEX #6D988B Patina

📋 copy color: '#6D988B'

red 109 ◦ green 152 ◦ blue 139

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

Shades of Patina #6D988B

Tints of Patina #6D988B

RGB

 RED value IS 109 (42.97% from 255) = 27.25%

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 27.25%
G = 38%
B = 34.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#6D988B (or 0x6D988B) is known color: Patina. HEX triplet: 6D, 98 and 8B. RGB value is (109,152,139). Sum of RGB (Red+Green+Blue) = 109+152+139=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #6D988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D988B is #926774. Grayscale: #898989. Windows color (decimal): -9594741 or 9148525. OLE color: 9148525.

HSL color Cylindrical-coordinate representation of color #6D988B: hue angle of 161.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D988B is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 152 139 -
CMYK 0.28 0 0.09 0.40
HSL 161.86º 0.17% 0.51% -
HSV(B) 161.86º 0.28% 0.6% -
XYZ 22.2 27.57 28.58 -
YUV 137.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 109 152 139 0.28 0 0.09 0.40 161.86 0.17 0.51
Hex 6D 98 8B 1C 0 9 28 A2 11 33
Octal 155 230 213 34 0 11 50 242 21 63
Binary 1101101 10011000 10001011 11100 0 1001 101000 10100010 10001 110011

Color Harmonies of #6D988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D988B

Black with #6D988B

Text Example


Text Example

White with #6D988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,152,139); }

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

background-color css

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

 a { background-color: rgb(109,152,139); }

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

border-color css

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

 span { border-color: rgb(109,152,139); }

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