Html Css Color HEX #646374 Comet

📋 copy color: '#646374'

red 100 ◦ green 99 ◦ blue 116

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

Shades of Comet #646374

Tints of Comet #646374

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.43%

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

R = 31.75%
G = 31.43%
B = 36.83%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646374 (or 0x646374) is known color: Comet. HEX triplet: 64, 63 and 74. RGB value is (100,99,116). Sum of RGB (Red+Green+Blue) = 100+99+116=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #646374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646374 is #9B9C8B. Grayscale: #656565. Windows color (decimal): -10198156 or 7627620. OLE color: 7627620.

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

Color convert

RGB 100 99 116 -
CMYK 0.14 0.15 0 0.55
HSL 243.53º 0.08% 0.42% -
HSV(B) 243.53º 0.15% 0.45% -
XYZ 12.87 12.89 18.33 -
YUV 101.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 100 99 116 0.14 0.15 0 0.55 243.53 0.08 0.42
Hex 64 63 74 E F 0 37 F4 8 2A
Octal 144 143 164 16 17 0 67 364 10 52
Binary 1100100 1100011 1110100 1110 1111 0 110111 11110100 1000 101010

Color Harmonies of #646374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646374

Black with #646374

Text Example


Text Example

White with #646374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646374; }

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

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

background-color css

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

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

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

border-color css

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

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

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