Html Css Color HEX #61607C Comet

📋 copy color: '#61607C'

red 97 ◦ green 96 ◦ blue 124

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

Shades of Comet #61607C

Tints of Comet #61607C

RGB

 RED value IS 97 (38.28% from 255) = 30.6%

 GREEN value IS 96 (37.89% from 255) = 30.28%

 BLUE value IS 124 (48.83% from 255) = 39.12%

R = 30.6%
G = 30.28%
B = 39.12%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61607C (or 0x61607C) is known color: Comet. HEX triplet: 61, 60 and 7C. RGB value is (97,96,124). Sum of RGB (Red+Green+Blue) = 97+96+124=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #61607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61607C is #9E9F83. Grayscale: #636363. Windows color (decimal): -10395524 or 8151137. OLE color: 8151137.

HSL color Cylindrical-coordinate representation of color #61607C: hue angle of 242.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61607C is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 96 124 -
CMYK 0.22 0.23 0 0.51
HSL 242.14º 0.13% 0.43% -
HSV(B) 242.14º 0.23% 0.49% -
XYZ 12.75 12.36 20.78 -
YUV 99.49 141.83 126.22 -
System Red Green Blue C M Y K H S L
Decimal 97 96 124 0.22 0.23 0 0.51 242.14 0.13 0.43
Hex 61 60 7C 16 17 0 33 F2 D 2B
Octal 141 140 174 26 27 0 63 362 15 53
Binary 1100001 1100000 1111100 10110 10111 0 110011 11110010 1101 101011

Color Harmonies of #61607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61607C

Black with #61607C

Text Example


Text Example

White with #61607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61607C; }

 p { color: rgb(97,96,124); }

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

background-color css

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

 a { background-color: rgb(97,96,124); }

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

border-color css

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

 span { border-color: rgb(97,96,124); }

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