Html Css Color HEX #649C8E Patina

📋 copy color: '#649C8E'

red 100 ◦ green 156 ◦ blue 142

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

Shades of Patina #649C8E

Tints of Patina #649C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 25.13%
G = 39.2%
B = 35.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#649C8E (or 0x649C8E) is known color: Patina. HEX triplet: 64, 9C and 8E. RGB value is (100,156,142). Sum of RGB (Red+Green+Blue) = 100+156+142=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 156 - color contains mainly: green. Hex color #649C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649C8E is #9B6371. Grayscale: #898989. Windows color (decimal): -10183538 or 9346148. OLE color: 9346148.

HSL color Cylindrical-coordinate representation of color #649C8E: hue angle of 165º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C8E is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 142 -
CMYK 0.36 0 0.09 0.39
HSL 165º 0.22% 0.5% -
HSV(B) 165º 0.36% 0.61% -
XYZ 22.03 28.44 29.92 -
YUV 137.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 100 156 142 0.36 0 0.09 0.39 165 0.22 0.5
Hex 64 9C 8E 24 0 9 27 A5 16 32
Octal 144 234 216 44 0 11 47 245 26 62
Binary 1100100 10011100 10001110 100100 0 1001 100111 10100101 10110 110010

Color Harmonies of #649C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C8E

Black with #649C8E

Text Example


Text Example

White with #649C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,156,142); }

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

background-color css

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

 a { background-color: rgb(100,156,142); }

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

border-color css

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

 span { border-color: rgb(100,156,142); }

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