Html Css Color HEX #61657A Comet

📋 copy color: '#61657A'

red 97 ◦ green 101 ◦ blue 122

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

Shades of Comet #61657A

Tints of Comet #61657A

RGB

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

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

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

R = 30.31%
G = 31.56%
B = 38.13%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#61657A (or 0x61657A) is known color: Comet. HEX triplet: 61, 65 and 7A. RGB value is (97,101,122). Sum of RGB (Red+Green+Blue) = 97+101+122=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 122 - color contains mainly: blue. Hex color #61657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61657A is #9E9A85. Grayscale: #666666. Windows color (decimal): -10394246 or 8021345. OLE color: 8021345.

HSL color Cylindrical-coordinate representation of color #61657A: hue angle of 230.4º 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 #61657A is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 101 122 -
CMYK 0.20 0.17 0 0.52
HSL 230.4º 0.11% 0.43% -
HSV(B) 230.4º 0.2% 0.48% -
XYZ 13.1 13.25 20.28 -
YUV 102.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 97 101 122 0.20 0.17 0 0.52 230.4 0.11 0.43
Hex 61 65 7A 14 11 0 34 E6 B 2B
Octal 141 145 172 24 21 0 64 346 13 53
Binary 1100001 1100101 1111010 10100 10001 0 110100 11100110 1011 101011

Color Harmonies of #61657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61657A

Black with #61657A

Text Example


Text Example

White with #61657A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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