Html Css Color HEX #646275 Comet

📋 copy color: '#646275'

red 100 ◦ green 98 ◦ blue 117

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

Shades of Comet #646275

Tints of Comet #646275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 31.75%
G = 31.11%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#646275 (or 0x646275) is known color: Comet. HEX triplet: 64, 62 and 75. RGB value is (100,98,117). Sum of RGB (Red+Green+Blue) = 100+98+117=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #646275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646275 is #9B9D8A. Grayscale: #646464. Windows color (decimal): -10198411 or 7692900. OLE color: 7692900.

HSL color Cylindrical-coordinate representation of color #646275: hue angle of 246.32º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646275 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 98 117 -
CMYK 0.15 0.16 0 0.54
HSL 246.32º 0.09% 0.42% -
HSV(B) 246.32º 0.16% 0.46% -
XYZ 12.83 12.73 18.61 -
YUV 100.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 100 98 117 0.15 0.16 0 0.54 246.32 0.09 0.42
Hex 64 62 75 F 10 0 36 F6 9 2A
Octal 144 142 165 17 20 0 66 366 11 52
Binary 1100100 1100010 1110101 1111 10000 0 110110 11110110 1001 101010

Color Harmonies of #646275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646275

Black with #646275

Text Example


Text Example

White with #646275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646275; }

 p { color: rgb(100,98,117); }

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

background-color css

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

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

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

border-color css

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

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

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