Html Css Color HEX #648387 Gothic

📋 copy color: '#648387'

red 100 ◦ green 131 ◦ blue 135

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

Shades of Gothic #648387

Tints of Gothic #648387

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

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

R = 27.32%
G = 35.79%
B = 36.89%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#648387 (or 0x648387) is known color: Gothic. HEX triplet: 64, 83 and 87. RGB value is (100,131,135). Sum of RGB (Red+Green+Blue) = 100+131+135=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #648387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648387 is #9B7C78. Grayscale: #7A7A7A. Windows color (decimal): -10189945 or 8880996. OLE color: 8880996.

HSL color Cylindrical-coordinate representation of color #648387: hue angle of 186.86º 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 #648387 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 131 135 -
CMYK 0.26 0.03 0 0.47
HSL 186.86º 0.15% 0.46% -
HSV(B) 186.86º 0.26% 0.53% -
XYZ 17.75 20.69 25.98 -
YUV 122.19 135.23 112.17 -
System Red Green Blue C M Y K H S L
Decimal 100 131 135 0.26 0.03 0 0.47 186.86 0.15 0.46
Hex 64 83 87 1A 3 0 2F BB F 2E
Octal 144 203 207 32 3 0 57 273 17 56
Binary 1100100 10000011 10000111 11010 11 0 101111 10111011 1111 101110

Color Harmonies of #648387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648387

Black with #648387

Text Example


Text Example

White with #648387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648387; }

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

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

background-color css

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

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

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

border-color css

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

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

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