Html Css Color HEX #64878F Gothic

📋 copy color: '#64878F'

red 100 ◦ green 135 ◦ blue 143

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

Shades of Gothic #64878F

Tints of Gothic #64878F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 26.46%
G = 35.71%
B = 37.83%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64878F (or 0x64878F) is known color: Gothic. HEX triplet: 64, 87 and 8F. RGB value is (100,135,143). Sum of RGB (Red+Green+Blue) = 100+135+143=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #64878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64878F is #9B7870. Grayscale: #7D7D7D. Windows color (decimal): -10188913 or 9406308. OLE color: 9406308.

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

Color convert

RGB 100 135 143 -
CMYK 0.30 0.06 0 0.44
HSL 191.16º 0.18% 0.48% -
HSV(B) 191.16º 0.3% 0.56% -
XYZ 18.88 22.02 29.24 -
YUV 125.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 100 135 143 0.30 0.06 0 0.44 191.16 0.18 0.48
Hex 64 87 8F 1E 6 0 2C BF 12 30
Octal 144 207 217 36 6 0 54 277 22 60
Binary 1100100 10000111 10001111 11110 110 0 101100 10111111 10010 110000

Color Harmonies of #64878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64878F

Black with #64878F

Text Example


Text Example

White with #64878F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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