Html Css Color HEX #648588 Gothic

📋 copy color: '#648588'

red 100 ◦ green 133 ◦ blue 136

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

Shades of Gothic #648588

Tints of Gothic #648588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

 BLUE value IS 136 (53.52% from 255) = 36.86%

R = 27.1%
G = 36.04%
B = 36.86%

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

#648588 (or 0x648588) is known color: Gothic. HEX triplet: 64, 85 and 88. RGB value is (100,133,136). Sum of RGB (Red+Green+Blue) = 100+133+136=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 136 - color contains mainly: blue. Hex color #648588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648588 is #9B7A77. Grayscale: #7B7B7B. Windows color (decimal): -10189432 or 8947044. OLE color: 8947044.

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

Color convert

RGB 100 133 136 -
CMYK 0.26 0.02 0 0.47
HSL 185º 0.15% 0.46% -
HSV(B) 185º 0.26% 0.53% -
XYZ 18.09 21.26 26.44 -
YUV 123.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 100 133 136 0.26 0.02 0 0.47 185 0.15 0.46
Hex 64 85 88 1A 2 0 2F B9 F 2E
Octal 144 205 210 32 2 0 57 271 17 56
Binary 1100100 10000101 10001000 11010 10 0 101111 10111001 1111 101110

Color Harmonies of #648588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648588

Black with #648588

Text Example


Text Example

White with #648588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648588; }

 p { color: rgb(100,133,136); }

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

background-color css

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

 a { background-color: rgb(100,133,136); }

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

border-color css

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

 span { border-color: rgb(100,133,136); }

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