Html Css Color HEX #64868E Gothic

📋 copy color: '#64868E'

red 100 ◦ green 134 ◦ blue 142

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

Shades of Gothic #64868E

Tints of Gothic #64868E

RGB

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

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

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

R = 26.6%
G = 35.64%
B = 37.77%

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

#64868E (or 0x64868E) is known color: Gothic. HEX triplet: 64, 86 and 8E. RGB value is (100,134,142). Sum of RGB (Red+Green+Blue) = 100+134+142=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #64868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64868E is #9B7971. Grayscale: #7C7C7C. Windows color (decimal): -10189170 or 9340516. OLE color: 9340516.

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

Color convert

RGB 100 134 142 -
CMYK 0.30 0.06 0 0.44
HSL 191.43º 0.17% 0.47% -
HSV(B) 191.43º 0.3% 0.56% -
XYZ 18.66 21.71 28.8 -
YUV 124.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 100 134 142 0.30 0.06 0 0.44 191.43 0.17 0.47
Hex 64 86 8E 1E 6 0 2C BF 11 2F
Octal 144 206 216 36 6 0 54 277 21 57
Binary 1100100 10000110 10001110 11110 110 0 101100 10111111 10001 101111

Color Harmonies of #64868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64868E

Black with #64868E

Text Example


Text Example

White with #64868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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