Html Css Color HEX #64878E Gothic

📋 copy color: '#64878E'

red 100 ◦ green 135 ◦ blue 142

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

Shades of Gothic #64878E

Tints of Gothic #64878E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 26.53%
G = 35.81%
B = 37.67%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64878E (or 0x64878E) is known color: Gothic. HEX triplet: 64, 87 and 8E. RGB value is (100,135,142). Sum of RGB (Red+Green+Blue) = 100+135+142=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #64878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64878E is #9B7871. Grayscale: #7D7D7D. Windows color (decimal): -10188914 or 9340772. OLE color: 9340772.

HSL color Cylindrical-coordinate representation of color #64878E: hue angle of 190º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64878E is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 135 142 -
CMYK 0.30 0.05 0 0.44
HSL 190º 0.17% 0.47% -
HSV(B) 190º 0.3% 0.56% -
XYZ 18.8 21.99 28.84 -
YUV 125.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 100 135 142 0.30 0.05 0 0.44 190 0.17 0.47
Hex 64 87 8E 1E 5 0 2C BE 11 2F
Octal 144 207 216 36 5 0 54 276 21 57
Binary 1100100 10000111 10001110 11110 101 0 101100 10111110 10001 101111

Color Harmonies of #64878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64878E

Black with #64878E

Text Example


Text Example

White with #64878E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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