Html Css Color HEX #64838D Gothic

📋 copy color: '#64838D'

red 100 ◦ green 131 ◦ blue 141

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

Shades of Gothic #64838D

Tints of Gothic #64838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.22%

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

R = 26.88%
G = 35.22%
B = 37.9%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64838D (or 0x64838D) is known color: Gothic. HEX triplet: 64, 83 and 8D. RGB value is (100,131,141). Sum of RGB (Red+Green+Blue) = 100+131+141=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #64838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64838D is #9B7C72. Grayscale: #7A7A7A. Windows color (decimal): -10189939 or 9274212. OLE color: 9274212.

HSL color Cylindrical-coordinate representation of color #64838D: hue angle of 194.63º 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 #64838D is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 131 141 -
CMYK 0.29 0.07 0 0.45
HSL 194.63º 0.17% 0.47% -
HSV(B) 194.63º 0.29% 0.55% -
XYZ 18.18 20.87 28.27 -
YUV 122.87 138.23 111.69 -
System Red Green Blue C M Y K H S L
Decimal 100 131 141 0.29 0.07 0 0.45 194.63 0.17 0.47
Hex 64 83 8D 1D 7 0 2D C3 11 2F
Octal 144 203 215 35 7 0 55 303 21 57
Binary 1100100 10000011 10001101 11101 111 0 101101 11000011 10001 101111

Color Harmonies of #64838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64838D

Black with #64838D

Text Example


Text Example

White with #64838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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