Html Css Color HEX #61647A Comet

📋 copy color: '#61647A'

red 97 ◦ green 100 ◦ blue 122

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

Shades of Comet #61647A

Tints of Comet #61647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 30.41%
G = 31.35%
B = 38.24%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61647A (or 0x61647A) is known color: Comet. HEX triplet: 61, 64 and 7A. RGB value is (97,100,122). Sum of RGB (Red+Green+Blue) = 97+100+122=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #61647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61647A is #9E9B85. Grayscale: #656565. Windows color (decimal): -10394502 or 8021089. OLE color: 8021089.

HSL color Cylindrical-coordinate representation of color #61647A: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #61647A is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 100 122 -
CMYK 0.20 0.18 0 0.52
HSL 232.8º 0.11% 0.43% -
HSV(B) 232.8º 0.2% 0.48% -
XYZ 13 13.06 20.25 -
YUV 101.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 97 100 122 0.20 0.18 0 0.52 232.8 0.11 0.43
Hex 61 64 7A 14 12 0 34 E9 B 2B
Octal 141 144 172 24 22 0 64 351 13 53
Binary 1100001 1100100 1111010 10100 10010 0 110100 11101001 1011 101011

Color Harmonies of #61647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61647A

Black with #61647A

Text Example


Text Example

White with #61647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61647A; }

 p { color: rgb(97,100,122); }

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

background-color css

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

 a { background-color: rgb(97,100,122); }

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

border-color css

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

 span { border-color: rgb(97,100,122); }

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