Html Css Color HEX #64888C Gothic

📋 copy color: '#64888C'

red 100 ◦ green 136 ◦ blue 140

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

Shades of Gothic #64888C

Tints of Gothic #64888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 26.6%
G = 36.17%
B = 37.23%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64888C (or 0x64888C) is known color: Gothic. HEX triplet: 64, 88 and 8C. RGB value is (100,136,140). Sum of RGB (Red+Green+Blue) = 100+136+140=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #64888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888C is #9B7773. Grayscale: #7D7D7D. Windows color (decimal): -10188660 or 9209956. OLE color: 9209956.

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

Color convert

RGB 100 136 140 -
CMYK 0.29 0.03 0 0.45
HSL 186º 0.17% 0.47% -
HSV(B) 186º 0.29% 0.55% -
XYZ 18.79 22.21 28.11 -
YUV 125.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 100 136 140 0.29 0.03 0 0.45 186 0.17 0.47
Hex 64 88 8C 1D 3 0 2D BA 11 2F
Octal 144 210 214 35 3 0 55 272 21 57
Binary 1100100 10001000 10001100 11101 11 0 101101 10111010 10001 101111

Color Harmonies of #64888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64888C

Black with #64888C

Text Example


Text Example

White with #64888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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