#6B9E8F

Color #6B9E8F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6B9E8F

Tints of Patina #6B9E8F

Color information

#6B9E8F (or 0x6B9E8F) is unknown color: approx Patina. HEX triplet: 6B, 9E and 8F. RGB value is (107,158,143). Sum of RGB (Red+Green+Blue) = 107+158+143=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9E8F is #946170. Grayscale: #8D8D8D. Windows color (decimal): -9724273 or 9412203. OLE color: 9412203.

HSL color Cylindrical-coordinate representation of color #6B9E8F: hue angle of 162.35º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B9E8F is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB107158143-
CMYK0.3200.090.38
HSL162.35º20.82%51.96%-
HSV(B)162.35º32.28%61.96%-
XYZ23.2529.5630.47-
YUV141.04129.1103.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.23%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=26.23%
G=38.73%
B=35.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071581430.3200.090.38162.3520.8251.96
Hex6B9E8F200926a21534
Octal15323621740011462422564
Binary11010111001111010001111100000010011001101010001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,158,143); }

 H1.HeaderClassName
 {
   color: #6B9E8F;
 }
 .AnyTagClassName
 {
   color: #6B9E8F;
 }
</style>
background-color css

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

 a { background-color: rgb(107,158,143); }

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

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

 span { border-color: rgb(107,158,143); }

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