Html Css Color HEX #64868D Gothic

📋 copy color: '#64868D'

red 100 ◦ green 134 ◦ blue 141

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

Shades of Gothic #64868D

Tints of Gothic #64868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

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

R = 26.67%
G = 35.73%
B = 37.6%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64868D (or 0x64868D) is known color: Gothic. HEX triplet: 64, 86 and 8D. RGB value is (100,134,141). Sum of RGB (Red+Green+Blue) = 100+134+141=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #64868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64868D is #9B7972. Grayscale: #7C7C7C. Windows color (decimal): -10189171 or 9274980. OLE color: 9274980.

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

Color convert

RGB 100 134 141 -
CMYK 0.29 0.05 0 0.45
HSL 190.24º 0.17% 0.47% -
HSV(B) 190.24º 0.29% 0.55% -
XYZ 18.59 21.68 28.4 -
YUV 124.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 100 134 141 0.29 0.05 0 0.45 190.24 0.17 0.47
Hex 64 86 8D 1D 5 0 2D BE 11 2F
Octal 144 206 215 35 5 0 55 276 21 57
Binary 1100100 10000110 10001101 11101 101 0 101101 10111110 10001 101111

Color Harmonies of #64868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64868D

Black with #64868D

Text Example


Text Example

White with #64868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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