Html Css Color HEX #649196 Gothic

📋 copy color: '#649196'

red 100 ◦ green 145 ◦ blue 150

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

Shades of Gothic #649196

Tints of Gothic #649196

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 25.32%
G = 36.71%
B = 37.97%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#649196 (or 0x649196) is known color: Gothic. HEX triplet: 64, 91 and 96. RGB value is (100,145,150). Sum of RGB (Red+Green+Blue) = 100+145+150=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 150 - color contains mainly: blue. Hex color #649196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649196 is #9B6E69. Grayscale: #848484. Windows color (decimal): -10186346 or 9867620. OLE color: 9867620.

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

Color convert

RGB 100 145 150 -
CMYK 0.33 0.03 0 0.41
HSL 186º 0.2% 0.49% -
HSV(B) 186º 0.33% 0.59% -
XYZ 20.89 25.16 32.61 -
YUV 132.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 100 145 150 0.33 0.03 0 0.41 186 0.2 0.49
Hex 64 91 96 21 3 0 29 BA 14 31
Octal 144 221 226 41 3 0 51 272 24 61
Binary 1100100 10010001 10010110 100001 11 0 101001 10111010 10100 110001

Color Harmonies of #649196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649196

Black with #649196

Text Example


Text Example

White with #649196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649196; }

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

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

background-color css

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

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

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

border-color css

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

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

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