Html Css Color HEX #656475 Comet

📋 copy color: '#656475'

red 101 ◦ green 100 ◦ blue 117

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

Shades of Comet #656475

Tints of Comet #656475

RGB

 RED value IS 101 (39.84% from 255) = 31.76%

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

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

R = 31.76%
G = 31.45%
B = 36.79%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656475 (or 0x656475) is known color: Comet. HEX triplet: 65, 64 and 75. RGB value is (101,100,117). Sum of RGB (Red+Green+Blue) = 101+100+117=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #656475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656475 is #9A9B8A. Grayscale: #666666. Windows color (decimal): -10132363 or 7693413. OLE color: 7693413.

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

Color convert

RGB 101 100 117 -
CMYK 0.14 0.15 0 0.54
HSL 243.53º 0.08% 0.43% -
HSV(B) 243.53º 0.15% 0.46% -
XYZ 13.13 13.17 18.68 -
YUV 102.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 101 100 117 0.14 0.15 0 0.54 243.53 0.08 0.43
Hex 65 64 75 E F 0 36 F4 8 2B
Octal 145 144 165 16 17 0 66 364 10 53
Binary 1100101 1100100 1110101 1110 1111 0 110110 11110100 1000 101011

Color Harmonies of #656475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656475

Black with #656475

Text Example


Text Example

White with #656475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656475; }

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

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

background-color css

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

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

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

border-color css

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

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

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