Html Css Color HEX #649096 Gothic

📋 copy color: '#649096'

red 100 ◦ green 144 ◦ blue 150

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

Shades of Gothic #649096

Tints of Gothic #649096

RGB

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

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

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

R = 25.38%
G = 36.55%
B = 38.07%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#649096 (or 0x649096) is known color: Gothic. HEX triplet: 64, 90 and 96. RGB value is (100,144,150). Sum of RGB (Red+Green+Blue) = 100+144+150=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #649096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649096 is #9B6F69. Grayscale: #838383. Windows color (decimal): -10186602 or 9867364. OLE color: 9867364.

HSL color Cylindrical-coordinate representation of color #649096: hue angle of 187.2º 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 #649096 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 144 150 -
CMYK 0.33 0.04 0 0.41
HSL 187.2º 0.2% 0.49% -
HSV(B) 187.2º 0.33% 0.59% -
XYZ 20.73 24.86 32.56 -
YUV 131.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 100 144 150 0.33 0.04 0 0.41 187.2 0.2 0.49
Hex 64 90 96 21 4 0 29 BB 14 31
Octal 144 220 226 41 4 0 51 273 24 61
Binary 1100100 10010000 10010110 100001 100 0 101001 10111011 10100 110001

Color Harmonies of #649096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649096

Black with #649096

Text Example


Text Example

White with #649096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649096; }

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

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

background-color css

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

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

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

border-color css

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

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

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