Html Css Color HEX #6B9C8B Patina

📋 copy color: '#6B9C8B'

red 107 ◦ green 156 ◦ blue 139

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

Shades of Patina #6B9C8B

Tints of Patina #6B9C8B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.81%

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

R = 26.62%
G = 38.81%
B = 34.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#6B9C8B (or 0x6B9C8B) is known color: Patina. HEX triplet: 6B, 9C and 8B. RGB value is (107,156,139). Sum of RGB (Red+Green+Blue) = 107+156+139=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9C8B is #946374. Grayscale: #8B8B8B. Windows color (decimal): -9724789 or 9149547. OLE color: 9149547.

HSL color Cylindrical-coordinate representation of color #6B9C8B: hue angle of 159.18º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9C8B is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 156 139 -
CMYK 0.31 0 0.11 0.39
HSL 159.18º 0.2% 0.52% -
HSV(B) 159.18º 0.31% 0.61% -
XYZ 22.61 28.77 28.79 -
YUV 139.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 107 156 139 0.31 0 0.11 0.39 159.18 0.2 0.52
Hex 6B 9C 8B 1F 0 B 27 9F 14 34
Octal 153 234 213 37 0 13 47 237 24 64
Binary 1101011 10011100 10001011 11111 0 1011 100111 10011111 10100 110100

Color Harmonies of #6B9C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9C8B

Black with #6B9C8B

Text Example


Text Example

White with #6B9C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,156,139); }

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

background-color css

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

 a { background-color: rgb(107,156,139); }

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

border-color css

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

 span { border-color: rgb(107,156,139); }

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