Html Css Color HEX #649A8B Patina

📋 copy color: '#649A8B'

red 100 ◦ green 154 ◦ blue 139

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

Shades of Patina #649A8B

Tints of Patina #649A8B

RGB

 RED value IS 100 (39.45% from 255) = 25.45%

 GREEN value IS 154 (60.55% from 255) = 39.19%

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

R = 25.45%
G = 39.19%
B = 35.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#649A8B (or 0x649A8B) is known color: Patina. HEX triplet: 64, 9A and 8B. RGB value is (100,154,139). Sum of RGB (Red+Green+Blue) = 100+154+139=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 154 - color contains mainly: green. Hex color #649A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649A8B is #9B6574. Grayscale: #888888. Windows color (decimal): -10184053 or 9149028. OLE color: 9149028.

HSL color Cylindrical-coordinate representation of color #649A8B: hue angle of 163.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649A8B is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 154 139 -
CMYK 0.35 0 0.10 0.40
HSL 163.33º 0.21% 0.5% -
HSV(B) 163.33º 0.35% 0.6% -
XYZ 21.47 27.68 28.64 -
YUV 136.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 100 154 139 0.35 0 0.10 0.40 163.33 0.21 0.5
Hex 64 9A 8B 23 0 A 28 A3 15 32
Octal 144 232 213 43 0 12 50 243 25 62
Binary 1100100 10011010 10001011 100011 0 1010 101000 10100011 10101 110010

Color Harmonies of #649A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649A8B

Black with #649A8B

Text Example


Text Example

White with #649A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649A8B; }

 p { color: rgb(100,154,139); }

 H1.HeaderClassName
 {
   color: #649A8B;
 }
 .AnyTagClassName
 {
   color: #649A8B;
 }
</style>

background-color css

<style>
 a { background-color: #649A8B; }

 a { background-color: rgb(100,154,139); }

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

border-color css

<style>
 span { border-color: #649A8B; }

 span { border-color: rgb(100,154,139); }

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