Html Css Color HEX #6B8C83 Patina

📋 copy color: '#6B8C83'

red 107 ◦ green 140 ◦ blue 131

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

Shades of Patina #6B8C83

Tints of Patina #6B8C83

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.04%

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 28.31%
G = 37.04%
B = 34.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#6B8C83 (or 0x6B8C83) is known color: Patina. HEX triplet: 6B, 8C and 83. RGB value is (107,140,131). Sum of RGB (Red+Green+Blue) = 107+140+131=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #6B8C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8C83 is #94737C. Grayscale: #818181. Windows color (decimal): -9728893 or 8621163. OLE color: 8621163.

HSL color Cylindrical-coordinate representation of color #6B8C83: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8C83 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 140 131 -
CMYK 0.24 0 0.06 0.45
HSL 163.64º 0.13% 0.48% -
HSV(B) 163.64º 0.24% 0.55% -
XYZ 19.54 23.52 24.98 -
YUV 129.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 107 140 131 0.24 0 0.06 0.45 163.64 0.13 0.48
Hex 6B 8C 83 18 0 6 2D A4 D 30
Octal 153 214 203 30 0 6 55 244 15 60
Binary 1101011 10001100 10000011 11000 0 110 101101 10100100 1101 110000

Color Harmonies of #6B8C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8C83

Black with #6B8C83

Text Example


Text Example

White with #6B8C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,140,131); }

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

background-color css

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

 a { background-color: rgb(107,140,131); }

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

border-color css

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

 span { border-color: rgb(107,140,131); }

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