Html Css Color HEX #6B988A Patina

📋 copy color: '#6B988A'

red 107 ◦ green 152 ◦ blue 138

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

Shades of Patina #6B988A

Tints of Patina #6B988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 26.95%
G = 38.29%
B = 34.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#6B988A (or 0x6B988A) is known color: Patina. HEX triplet: 6B, 98 and 8A. RGB value is (107,152,138). Sum of RGB (Red+Green+Blue) = 107+152+138=397 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.95% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #6B988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B988A is #946775. Grayscale: #888888. Windows color (decimal): -9725814 or 9082987. OLE color: 9082987.

HSL color Cylindrical-coordinate representation of color #6B988A: hue angle of 161.33º 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 #6B988A is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 152 138 -
CMYK 0.30 0 0.09 0.40
HSL 161.33º 0.18% 0.51% -
HSV(B) 161.33º 0.3% 0.6% -
XYZ 21.88 27.42 28.18 -
YUV 136.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 107 152 138 0.30 0 0.09 0.40 161.33 0.18 0.51
Hex 6B 98 8A 1E 0 9 28 A1 12 33
Octal 153 230 212 36 0 11 50 241 22 63
Binary 1101011 10011000 10001010 11110 0 1001 101000 10100001 10010 110011

Color Harmonies of #6B988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B988A

Black with #6B988A

Text Example


Text Example

White with #6B988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,152,138); }

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

background-color css

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

 a { background-color: rgb(107,152,138); }

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

border-color css

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

 span { border-color: rgb(107,152,138); }

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