Html Css Color HEX #649297 Gothic

📋 copy color: '#649297'

red 100 ◦ green 146 ◦ blue 151

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

Shades of Gothic #649297

Tints of Gothic #649297

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 25.19%
G = 36.78%
B = 38.04%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#649297 (or 0x649297) is known color: Gothic. HEX triplet: 64, 92 and 97. RGB value is (100,146,151). Sum of RGB (Red+Green+Blue) = 100+146+151=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 151 - color contains mainly: blue. Hex color #649297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649297 is #9B6D68. Grayscale: #848484. Windows color (decimal): -10186089 or 9933412. OLE color: 9933412.

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

Color convert

RGB 100 146 151 -
CMYK 0.34 0.03 0 0.41
HSL 185.88º 0.2% 0.49% -
HSV(B) 185.88º 0.34% 0.59% -
XYZ 21.12 25.5 33.09 -
YUV 132.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 100 146 151 0.34 0.03 0 0.41 185.88 0.2 0.49
Hex 64 92 97 22 3 0 29 BA 14 31
Octal 144 222 227 42 3 0 51 272 24 61
Binary 1100100 10010010 10010111 100010 11 0 101001 10111010 10100 110001

Color Harmonies of #649297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649297

Black with #649297

Text Example


Text Example

White with #649297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649297; }

 p { color: rgb(100,146,151); }

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

background-color css

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

 a { background-color: rgb(100,146,151); }

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

border-color css

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

 span { border-color: rgb(100,146,151); }

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