Html Css Color HEX #64858E Gothic

📋 copy color: '#64858E'

red 100 ◦ green 133 ◦ blue 142

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

Shades of Gothic #64858E

Tints of Gothic #64858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 26.67%
G = 35.47%
B = 37.87%

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

#64858E (or 0x64858E) is known color: Gothic. HEX triplet: 64, 85 and 8E. RGB value is (100,133,142). Sum of RGB (Red+Green+Blue) = 100+133+142=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #64858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64858E is #9B7A71. Grayscale: #7C7C7C. Windows color (decimal): -10189426 or 9340260. OLE color: 9340260.

HSL color Cylindrical-coordinate representation of color #64858E: hue angle of 192.86º 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 #64858E is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 133 142 -
CMYK 0.30 0.06 0 0.44
HSL 192.86º 0.17% 0.47% -
HSV(B) 192.86º 0.3% 0.56% -
XYZ 18.53 21.44 28.75 -
YUV 124.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 100 133 142 0.30 0.06 0 0.44 192.86 0.17 0.47
Hex 64 85 8E 1E 6 0 2C C1 11 2F
Octal 144 205 216 36 6 0 54 301 21 57
Binary 1100100 10000101 10001110 11110 110 0 101100 11000001 10001 101111

Color Harmonies of #64858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64858E

Black with #64858E

Text Example


Text Example

White with #64858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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