Html Css Color HEX #64888D Gothic

📋 copy color: '#64888D'

red 100 ◦ green 136 ◦ blue 141

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

Shades of Gothic #64888D

Tints of Gothic #64888D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 26.53%
G = 36.07%
B = 37.4%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64888D (or 0x64888D) is known color: Gothic. HEX triplet: 64, 88 and 8D. RGB value is (100,136,141). Sum of RGB (Red+Green+Blue) = 100+136+141=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #64888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888D is #9B7772. Grayscale: #7D7D7D. Windows color (decimal): -10188659 or 9275492. OLE color: 9275492.

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

Color convert

RGB 100 136 141 -
CMYK 0.29 0.04 0 0.45
HSL 187.32º 0.17% 0.47% -
HSV(B) 187.32º 0.29% 0.55% -
XYZ 18.87 22.24 28.5 -
YUV 125.81 136.57 109.59 -
System Red Green Blue C M Y K H S L
Decimal 100 136 141 0.29 0.04 0 0.45 187.32 0.17 0.47
Hex 64 88 8D 1D 4 0 2D BB 11 2F
Octal 144 210 215 35 4 0 55 273 21 57
Binary 1100100 10001000 10001101 11101 100 0 101101 10111011 10001 101111

Color Harmonies of #64888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64888D

Black with #64888D

Text Example


Text Example

White with #64888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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