Html Css Color HEX #648487 Gothic

📋 copy color: '#648487'

red 100 ◦ green 132 ◦ blue 135

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

Shades of Gothic #648487

Tints of Gothic #648487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 27.25%
G = 35.97%
B = 36.78%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#648487 (or 0x648487) is known color: Gothic. HEX triplet: 64, 84 and 87. RGB value is (100,132,135). Sum of RGB (Red+Green+Blue) = 100+132+135=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #648487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648487 is #9B7B78. Grayscale: #7A7A7A. Windows color (decimal): -10189689 or 8881252. OLE color: 8881252.

HSL color Cylindrical-coordinate representation of color #648487: hue angle of 185.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648487 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 132 135 -
CMYK 0.26 0.02 0 0.47
HSL 185.14º 0.15% 0.46% -
HSV(B) 185.14º 0.26% 0.53% -
XYZ 17.88 20.96 26.03 -
YUV 122.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 100 132 135 0.26 0.02 0 0.47 185.14 0.15 0.46
Hex 64 84 87 1A 2 0 2F B9 F 2E
Octal 144 204 207 32 2 0 57 271 17 56
Binary 1100100 10000100 10000111 11010 10 0 101111 10111001 1111 101110

Color Harmonies of #648487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648487

Black with #648487

Text Example


Text Example

White with #648487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648487; }

 p { color: rgb(100,132,135); }

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

background-color css

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

 a { background-color: rgb(100,132,135); }

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

border-color css

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

 span { border-color: rgb(100,132,135); }

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