Html Css Color HEX #64898E Gothic

📋 copy color: '#64898E'

red 100 ◦ green 137 ◦ blue 142

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

Shades of Gothic #64898E

Tints of Gothic #64898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

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

R = 26.39%
G = 36.15%
B = 37.47%

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

#64898E (or 0x64898E) is known color: Gothic. HEX triplet: 64, 89 and 8E. RGB value is (100,137,142). Sum of RGB (Red+Green+Blue) = 100+137+142=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #64898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64898E is #9B7671. Grayscale: #7E7E7E. Windows color (decimal): -10188402 or 9341284. OLE color: 9341284.

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

Color convert

RGB 100 137 142 -
CMYK 0.30 0.04 0 0.44
HSL 187.14º 0.17% 0.47% -
HSV(B) 187.14º 0.3% 0.56% -
XYZ 19.08 22.55 28.94 -
YUV 126.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 100 137 142 0.30 0.04 0 0.44 187.14 0.17 0.47
Hex 64 89 8E 1E 4 0 2C BB 11 2F
Octal 144 211 216 36 4 0 54 273 21 57
Binary 1100100 10001001 10001110 11110 100 0 101100 10111011 10001 101111

Color Harmonies of #64898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64898E

Black with #64898E

Text Example


Text Example

White with #64898E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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