Html Css Color HEX #61607E Comet

📋 copy color: '#61607E'

red 97 ◦ green 96 ◦ blue 126

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

Shades of Comet #61607E

Tints of Comet #61607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 30.41%
G = 30.09%
B = 39.5%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61607E (or 0x61607E) is known color: Comet. HEX triplet: 61, 60 and 7E. RGB value is (97,96,126). Sum of RGB (Red+Green+Blue) = 97+96+126=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #61607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61607E is #9E9F81. Grayscale: #636363. Windows color (decimal): -10395522 or 8282209. OLE color: 8282209.

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

Color convert

RGB 97 96 126 -
CMYK 0.23 0.24 0 0.51
HSL 242º 0.14% 0.44% -
HSV(B) 242º 0.24% 0.49% -
XYZ 12.88 12.41 21.46 -
YUV 99.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 97 96 126 0.23 0.24 0 0.51 242 0.14 0.44
Hex 61 60 7E 17 18 0 33 F2 E 2C
Octal 141 140 176 27 30 0 63 362 16 54
Binary 1100001 1100000 1111110 10111 11000 0 110011 11110010 1110 101100

Color Harmonies of #61607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61607E

Black with #61607E

Text Example


Text Example

White with #61607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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