Html Css Color HEX #648889 Gothic

📋 copy color: '#648889'

red 100 ◦ green 136 ◦ blue 137

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

Shades of Gothic #648889

Tints of Gothic #648889

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 26.81%
G = 36.46%
B = 36.73%

CMYK

 C value IS 0.27

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#648889 (or 0x648889) is known color: Gothic. HEX triplet: 64, 88 and 89. RGB value is (100,136,137). Sum of RGB (Red+Green+Blue) = 100+136+137=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 137 - color contains mainly: blue. Hex color #648889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648889 is #9B7776. Grayscale: #7D7D7D. Windows color (decimal): -10188663 or 9013348. OLE color: 9013348.

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

Color convert

RGB 100 136 137 -
CMYK 0.27 0.01 0 0.46
HSL 181.62º 0.16% 0.46% -
HSV(B) 181.62º 0.27% 0.54% -
XYZ 18.58 22.12 26.96 -
YUV 125.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 100 136 137 0.27 0.01 0 0.46 181.62 0.16 0.46
Hex 64 88 89 1B 1 0 2E B6 10 2E
Octal 144 210 211 33 1 0 56 266 20 56
Binary 1100100 10001000 10001001 11011 1 0 101110 10110110 10000 101110

Color Harmonies of #648889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648889

Black with #648889

Text Example


Text Example

White with #648889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648889; }

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

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

background-color css

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

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

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

border-color css

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

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

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