Html Css Color HEX #646468 Comet

📋 copy color: '#646468'

red 100 ◦ green 100 ◦ blue 104

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

Shades of Comet #646468

Tints of Comet #646468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.89%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 32.89%
G = 32.89%
B = 34.21%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#646468 (or 0x646468) is known color: Comet. HEX triplet: 64, 64 and 68. RGB value is (100,100,104). Sum of RGB (Red+Green+Blue) = 100+100+104=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 104 - color contains mainly: blue. Hex color #646468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646468 is #9B9B97. Grayscale: #646464. Windows color (decimal): -10197912 or 6841444. OLE color: 6841444.

HSL color Cylindrical-coordinate representation of color #646468: hue angle of 240º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #646468 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 100 104 -
CMYK 0.04 0.04 0 0.59
HSL 240º 0.02% 0.4% -
HSV(B) 240º 0.04% 0.41% -
XYZ 12.31 12.82 14.92 -
YUV 100.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 100 100 104 0.04 0.04 0 0.59 240 0.02 0.4
Hex 64 64 68 4 4 0 3B F0 2 28
Octal 144 144 150 4 4 0 73 360 2 50
Binary 1100100 1100100 1101000 100 100 0 111011 11110000 10 101000

Color Harmonies of #646468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646468

Black with #646468

Text Example


Text Example

White with #646468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646468; }

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

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

background-color css

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

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

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

border-color css

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

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

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