Html Css Color HEX #648A7E Patina

📋 copy color: '#648A7E'

red 100 ◦ green 138 ◦ blue 126

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

Shades of Patina #648A7E

Tints of Patina #648A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 27.47%
G = 37.91%
B = 34.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#648A7E (or 0x648A7E) is known color: Patina. HEX triplet: 64, 8A and 7E. RGB value is (100,138,126). Sum of RGB (Red+Green+Blue) = 100+138+126=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #648A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A7E is #9B7581. Grayscale: #7D7D7D. Windows color (decimal): -10188162 or 8292964. OLE color: 8292964.

HSL color Cylindrical-coordinate representation of color #648A7E: hue angle of 161.05º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A7E is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 126 -
CMYK 0.28 0 0.09 0.46
HSL 161.05º 0.16% 0.47% -
HSV(B) 161.05º 0.28% 0.54% -
XYZ 18.11 22.39 23.11 -
YUV 125.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 100 138 126 0.28 0 0.09 0.46 161.05 0.16 0.47
Hex 64 8A 7E 1C 0 9 2E A1 10 2F
Octal 144 212 176 34 0 11 56 241 20 57
Binary 1100100 10001010 1111110 11100 0 1001 101110 10100001 10000 101111

Color Harmonies of #648A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A7E

Black with #648A7E

Text Example


Text Example

White with #648A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A7E; }

 p { color: rgb(100,138,126); }

 H1.HeaderClassName
 {
   color: #648A7E;
 }
 .AnyTagClassName
 {
   color: #648A7E;
 }
</style>

background-color css

<style>
 a { background-color: #648A7E; }

 a { background-color: rgb(100,138,126); }

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

border-color css

<style>
 span { border-color: #648A7E; }

 span { border-color: rgb(100,138,126); }

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