Html Css Color HEX #648991 Gothic

📋 copy color: '#648991'

red 100 ◦ green 137 ◦ blue 145

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

Shades of Gothic #648991

Tints of Gothic #648991

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.86%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 26.18%
G = 35.86%
B = 37.96%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#648991 (or 0x648991) is known color: Gothic. HEX triplet: 64, 89 and 91. RGB value is (100,137,145). Sum of RGB (Red+Green+Blue) = 100+137+145=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #648991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648991 is #9B766E. Grayscale: #7E7E7E. Windows color (decimal): -10188399 or 9537892. OLE color: 9537892.

HSL color Cylindrical-coordinate representation of color #648991: hue angle of 190.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #648991 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 137 145 -
CMYK 0.31 0.06 0 0.43
HSL 190.67º 0.18% 0.48% -
HSV(B) 190.67º 0.31% 0.57% -
XYZ 19.31 22.64 30.14 -
YUV 126.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 100 137 145 0.31 0.06 0 0.43 190.67 0.18 0.48
Hex 64 89 91 1F 6 0 2B BF 12 30
Octal 144 211 221 37 6 0 53 277 22 60
Binary 1100100 10001001 10010001 11111 110 0 101011 10111111 10010 110000

Color Harmonies of #648991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648991

Black with #648991

Text Example


Text Example

White with #648991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648991; }

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

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

background-color css

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

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

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

border-color css

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

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

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