Html Css Color HEX #656675 Comet

📋 copy color: '#656675'

red 101 ◦ green 102 ◦ blue 117

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

Shades of Comet #656675

Tints of Comet #656675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.88%

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

R = 31.56%
G = 31.88%
B = 36.56%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656675 (or 0x656675) is known color: Comet. HEX triplet: 65, 66 and 75. RGB value is (101,102,117). Sum of RGB (Red+Green+Blue) = 101+102+117=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #656675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656675 is #9A998A. Grayscale: #676767. Windows color (decimal): -10131851 or 7693925. OLE color: 7693925.

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

Color convert

RGB 101 102 117 -
CMYK 0.14 0.13 0 0.54
HSL 236.25º 0.07% 0.43% -
HSV(B) 236.25º 0.14% 0.46% -
XYZ 13.33 13.55 18.74 -
YUV 103.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 101 102 117 0.14 0.13 0 0.54 236.25 0.07 0.43
Hex 65 66 75 E D 0 36 EC 7 2B
Octal 145 146 165 16 15 0 66 354 7 53
Binary 1100101 1100110 1110101 1110 1101 0 110110 11101100 111 101011

Color Harmonies of #656675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656675

Black with #656675

Text Example


Text Example

White with #656675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656675; }

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

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

background-color css

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

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

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

border-color css

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

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

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