Html Css Color HEX #64848D Gothic

📋 copy color: '#64848D'

red 100 ◦ green 132 ◦ blue 141

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

Shades of Gothic #64848D

Tints of Gothic #64848D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 26.81%
G = 35.39%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64848D (or 0x64848D) is known color: Gothic. HEX triplet: 64, 84 and 8D. RGB value is (100,132,141). Sum of RGB (Red+Green+Blue) = 100+132+141=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #64848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64848D is #9B7B72. Grayscale: #7B7B7B. Windows color (decimal): -10189683 or 9274468. OLE color: 9274468.

HSL color Cylindrical-coordinate representation of color #64848D: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64848D is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 132 141 -
CMYK 0.29 0.06 0 0.45
HSL 193.17º 0.17% 0.47% -
HSV(B) 193.17º 0.29% 0.55% -
XYZ 18.31 21.13 28.31 -
YUV 123.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 100 132 141 0.29 0.06 0 0.45 193.17 0.17 0.47
Hex 64 84 8D 1D 6 0 2D C1 11 2F
Octal 144 204 215 35 6 0 55 301 21 57
Binary 1100100 10000100 10001101 11101 110 0 101101 11000001 10001 101111

Color Harmonies of #64848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64848D

Black with #64848D

Text Example


Text Example

White with #64848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64848D; }

 p { color: rgb(100,132,141); }

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

background-color css

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

 a { background-color: rgb(100,132,141); }

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

border-color css

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

 span { border-color: rgb(100,132,141); }

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