Html Css Color HEX #6A9F8B Patina

📋 copy color: '#6A9F8B'

red 106 ◦ green 159 ◦ blue 139

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

Shades of Patina #6A9F8B

Tints of Patina #6A9F8B

RGB

 RED value IS 106 (41.8% from 255) = 26.24%

 GREEN value IS 159 (62.5% from 255) = 39.36%

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

R = 26.24%
G = 39.36%
B = 34.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#6A9F8B (or 0x6A9F8B) is known color: Patina. HEX triplet: 6A, 9F and 8B. RGB value is (106,159,139). Sum of RGB (Red+Green+Blue) = 106+159+139=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #6A9F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9F8B is #956074. Grayscale: #8C8C8C. Windows color (decimal): -9789557 or 9150314. OLE color: 9150314.

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

Color convert

RGB 106 159 139 -
CMYK 0.33 0 0.13 0.38
HSL 157.36º 0.22% 0.52% -
HSV(B) 157.36º 0.33% 0.62% -
XYZ 23 29.72 28.95 -
YUV 140.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 106 159 139 0.33 0 0.13 0.38 157.36 0.22 0.52
Hex 6A 9F 8B 21 0 D 26 9D 16 34
Octal 152 237 213 41 0 15 46 235 26 64
Binary 1101010 10011111 10001011 100001 0 1101 100110 10011101 10110 110100

Color Harmonies of #6A9F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9F8B

Black with #6A9F8B

Text Example


Text Example

White with #6A9F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,159,139); }

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

background-color css

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

 a { background-color: rgb(106,159,139); }

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

border-color css

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

 span { border-color: rgb(106,159,139); }

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