Html Css Color HEX #649095 Gothic

📋 copy color: '#649095'

red 100 ◦ green 144 ◦ blue 149

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

Shades of Gothic #649095

Tints of Gothic #649095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 25.45%
G = 36.64%
B = 37.91%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#649095 (or 0x649095) is known color: Gothic. HEX triplet: 64, 90 and 95. RGB value is (100,144,149). Sum of RGB (Red+Green+Blue) = 100+144+149=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #649095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649095 is #9B6F6A. Grayscale: #838383. Windows color (decimal): -10186603 or 9801828. OLE color: 9801828.

HSL color Cylindrical-coordinate representation of color #649095: hue angle of 186.12º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649095 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 144 149 -
CMYK 0.33 0.03 0 0.42
HSL 186.12º 0.2% 0.49% -
HSV(B) 186.12º 0.33% 0.58% -
XYZ 20.65 24.83 32.14 -
YUV 131.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 100 144 149 0.33 0.03 0 0.42 186.12 0.2 0.49
Hex 64 90 95 21 3 0 2A BA 14 31
Octal 144 220 225 41 3 0 52 272 24 61
Binary 1100100 10010000 10010101 100001 11 0 101010 10111010 10100 110001

Color Harmonies of #649095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649095

Black with #649095

Text Example


Text Example

White with #649095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649095; }

 p { color: rgb(100,144,149); }

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

background-color css

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

 a { background-color: rgb(100,144,149); }

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

border-color css

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

 span { border-color: rgb(100,144,149); }

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