Html Css Color HEX #646874 Comet

📋 copy color: '#646874'

red 100 ◦ green 104 ◦ blue 116

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

Shades of Comet #646874

Tints of Comet #646874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.5%

 BLUE value IS 116 (45.7% from 255) = 36.25%

R = 31.25%
G = 32.5%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646874 (or 0x646874) is known color: Comet. HEX triplet: 64, 68 and 74. RGB value is (100,104,116). Sum of RGB (Red+Green+Blue) = 100+104+116=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #646874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646874 is #9B978B. Grayscale: #686868. Windows color (decimal): -10196876 or 7628900. OLE color: 7628900.

HSL color Cylindrical-coordinate representation of color #646874: hue angle of 225º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646874 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 104 116 -
CMYK 0.14 0.10 0 0.55
HSL 225º 0.07% 0.42% -
HSV(B) 225º 0.14% 0.45% -
XYZ 13.36 13.87 18.5 -
YUV 104.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 100 104 116 0.14 0.10 0 0.55 225 0.07 0.42
Hex 64 68 74 E A 0 37 E1 7 2A
Octal 144 150 164 16 12 0 67 341 7 52
Binary 1100100 1101000 1110100 1110 1010 0 110111 11100001 111 101010

Color Harmonies of #646874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646874

Black with #646874

Text Example


Text Example

White with #646874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646874; }

 p { color: rgb(100,104,116); }

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

background-color css

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

 a { background-color: rgb(100,104,116); }

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

border-color css

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

 span { border-color: rgb(100,104,116); }

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