Html Css Color HEX #64888E Gothic

📋 copy color: '#64888E'

red 100 ◦ green 136 ◦ blue 142

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

Shades of Gothic #64888E

Tints of Gothic #64888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 26.46%
G = 35.98%
B = 37.57%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64888E (or 0x64888E) is known color: Gothic. HEX triplet: 64, 88 and 8E. RGB value is (100,136,142). Sum of RGB (Red+Green+Blue) = 100+136+142=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #64888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888E is #9B7771. Grayscale: #7D7D7D. Windows color (decimal): -10188658 or 9341028. OLE color: 9341028.

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

Color convert

RGB 100 136 142 -
CMYK 0.30 0.04 0 0.44
HSL 188.57º 0.17% 0.47% -
HSV(B) 188.57º 0.3% 0.56% -
XYZ 18.94 22.27 28.89 -
YUV 125.92 137.07 109.51 -
System Red Green Blue C M Y K H S L
Decimal 100 136 142 0.30 0.04 0 0.44 188.57 0.17 0.47
Hex 64 88 8E 1E 4 0 2C BD 11 2F
Octal 144 210 216 36 4 0 54 275 21 57
Binary 1100100 10001000 10001110 11110 100 0 101100 10111101 10001 101111

Color Harmonies of #64888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64888E

Black with #64888E

Text Example


Text Example

White with #64888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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