Html Css Color HEX #61657C Comet

📋 copy color: '#61657C'

red 97 ◦ green 101 ◦ blue 124

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

Shades of Comet #61657C

Tints of Comet #61657C

RGB

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

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

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

R = 30.12%
G = 31.37%
B = 38.51%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61657C (or 0x61657C) is known color: Comet. HEX triplet: 61, 65 and 7C. RGB value is (97,101,124). Sum of RGB (Red+Green+Blue) = 97+101+124=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #61657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61657C is #9E9A83. Grayscale: #666666. Windows color (decimal): -10394244 or 8152417. OLE color: 8152417.

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

Color convert

RGB 97 101 124 -
CMYK 0.22 0.19 0 0.51
HSL 231.11º 0.12% 0.43% -
HSV(B) 231.11º 0.22% 0.49% -
XYZ 13.22 13.3 20.94 -
YUV 102.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 97 101 124 0.22 0.19 0 0.51 231.11 0.12 0.43
Hex 61 65 7C 16 13 0 33 E7 C 2B
Octal 141 145 174 26 23 0 63 347 14 53
Binary 1100001 1100101 1111100 10110 10011 0 110011 11100111 1100 101011

Color Harmonies of #61657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61657C

Black with #61657C

Text Example


Text Example

White with #61657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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