Html Css Color HEX #6C988B Patina

📋 copy color: '#6C988B'

red 108 ◦ green 152 ◦ blue 139

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

Shades of Patina #6C988B

Tints of Patina #6C988B

RGB

 RED value IS 108 (42.58% from 255) = 27.07%

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

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

R = 27.07%
G = 38.1%
B = 34.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#6C988B (or 0x6C988B) is known color: Patina. HEX triplet: 6C, 98 and 8B. RGB value is (108,152,139). Sum of RGB (Red+Green+Blue) = 108+152+139=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #6C988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C988B is #936774. Grayscale: #898989. Windows color (decimal): -9660277 or 9148524. OLE color: 9148524.

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

Color convert

RGB 108 152 139 -
CMYK 0.29 0 0.09 0.40
HSL 162.27º 0.18% 0.51% -
HSV(B) 162.27º 0.29% 0.6% -
XYZ 22.07 27.51 28.57 -
YUV 137.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 108 152 139 0.29 0 0.09 0.40 162.27 0.18 0.51
Hex 6C 98 8B 1D 0 9 28 A2 12 33
Octal 154 230 213 35 0 11 50 242 22 63
Binary 1101100 10011000 10001011 11101 0 1001 101000 10100010 10010 110011

Color Harmonies of #6C988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C988B

Black with #6C988B

Text Example


Text Example

White with #6C988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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