#61657B

Color #61657B Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #61657B

Tints of Comet #61657B

Color information

#61657B (or 0x61657B) is unknown color: approx Comet. HEX triplet: 61, 65 and 7B. RGB value is (97,101,123). Sum of RGB (Red+Green+Blue) = 97+101+123=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #61657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61657B is #9E9A84. Grayscale: #666666. Windows color (decimal): -10394245 or 8086881. OLE color: 8086881.

HSL color Cylindrical-coordinate representation of color #61657B: hue angle of 230.77º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61657B is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB97101123-
CMYK0.210.1800.52
HSL230.77º11.82%43.14%-
HSV(B)230.77º21.14%48.24%-
XYZ13.1613.2820.61-
YUV102.31139.67124.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=30.22%
G=31.46%
B=38.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal971011230.210.1800.52230.7711.8243.14
Hex61657B1512034e7c2b
Octal14114517325220643471453
Binary11000011100101111101110101100100110100111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61657B;
 }
 .AnyTagClassName
 {
   color: #61657B;
 }
</style>
background-color css

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

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

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

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

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

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