Html Css Color HEX #64878C Gothic

📋 copy color: '#64878C'

red 100 ◦ green 135 ◦ blue 140

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

Shades of Gothic #64878C

Tints of Gothic #64878C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 26.67%
G = 36%
B = 37.33%

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

#64878C (or 0x64878C) is known color: Gothic. HEX triplet: 64, 87 and 8C. RGB value is (100,135,140). Sum of RGB (Red+Green+Blue) = 100+135+140=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #64878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64878C is #9B7873. Grayscale: #7D7D7D. Windows color (decimal): -10188916 or 9209700. OLE color: 9209700.

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

Color convert

RGB 100 135 140 -
CMYK 0.29 0.04 0 0.45
HSL 187.5º 0.17% 0.47% -
HSV(B) 187.5º 0.29% 0.55% -
XYZ 18.65 21.93 28.06 -
YUV 125.11 136.4 110.09 -
System Red Green Blue C M Y K H S L
Decimal 100 135 140 0.29 0.04 0 0.45 187.5 0.17 0.47
Hex 64 87 8C 1D 4 0 2D BC 11 2F
Octal 144 207 214 35 4 0 55 274 21 57
Binary 1100100 10000111 10001100 11101 100 0 101101 10111100 10001 101111

Color Harmonies of #64878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64878C

Black with #64878C

Text Example


Text Example

White with #64878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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