Html Css Color HEX #656775 Comet

📋 copy color: '#656775'

red 101 ◦ green 103 ◦ blue 117

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

Shades of Comet #656775

Tints of Comet #656775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 31.46%
G = 32.09%
B = 36.45%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656775 (or 0x656775) is known color: Comet. HEX triplet: 65, 67 and 75. RGB value is (101,103,117). Sum of RGB (Red+Green+Blue) = 101+103+117=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #656775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656775 is #9A988A. Grayscale: #676767. Windows color (decimal): -10131595 or 7694181. OLE color: 7694181.

HSL color Cylindrical-coordinate representation of color #656775: hue angle of 232.5º 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 #656775 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 103 117 -
CMYK 0.14 0.12 0 0.54
HSL 232.5º 0.07% 0.43% -
HSV(B) 232.5º 0.14% 0.46% -
XYZ 13.43 13.75 18.78 -
YUV 104 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 101 103 117 0.14 0.12 0 0.54 232.5 0.07 0.43
Hex 65 67 75 E C 0 36 E8 7 2B
Octal 145 147 165 16 14 0 66 350 7 53
Binary 1100101 1100111 1110101 1110 1100 0 110110 11101000 111 101011

Color Harmonies of #656775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656775

Black with #656775

Text Example


Text Example

White with #656775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656775; }

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

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

background-color css

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

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

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

border-color css

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

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

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